X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.c;h=2759aff80b69fd90bfc4c27efdfe0b19018bacaf;hb=cd8d4f7a65a3ef8641af1f8a40371bb574df01d4;hp=6266f7c2a318c597eaee688934b34b544bc9f90a;hpb=e1c9a1c270df4b13175131a12fd1940fb22edd90;p=xboard.git diff --git a/engineoutput.c b/engineoutput.c index 6266f7c..2759aff 100644 --- a/engineoutput.c +++ b/engineoutput.c @@ -492,6 +492,7 @@ void OutputKibitz(int window, char *text) } opponentKibitzes = TRUE; // this causes split window DisplayMode in ICS modes. VerifyDisplayMode(); + strcpy(text+strlen(text)-1, "\r\n"); // to not lose line breaks on copying if(gameMode == IcsObserving) { DoSetWindowText(0, nLabel, gameInfo.white); SetIcon( 0, nColorIcon, nColorWhite);