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:36:23 +0000 (11:36 -0800)
commitd13479fa8f80542d1fef82b56c87c8f68573bfba
tree1dcfb5d8b1bf8b727724ae65108642f442089ff5
parenta66247fa4d0cad3b73c322a7ce5d4e7266d9c27e
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