remove trailing \r in xboard output
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 6 Dec 2009 19:34:50 +0000 (11:34 -0800)
committerArun Persaud <arun@nubati.net>
Sun, 6 Dec 2009 19:34:50 +0000 (11:34 -0800)
commitc85ef27161d814e3da2f4a3249c33e7840e91984
tree5d9a6df0472adc0fc1e1ab7fad861e819803076b
parentc6ef46acef2fa2f196abd4e08519ac7058ded35b
remove trailing \r in xboard output

there is an annoying carriage return (displayed as ^M) at the end of the PV in the engine-output window, not
only with Fairy-Max, but also with UCI engine running under Polyglot. This patch replaces the trailing CR that Linux programs send after the PV line y a space.
xengineoutput.c