X-Git-Url: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=blobdiff_plain;f=engineoutput.c;h=2759aff80b69fd90bfc4c27efdfe0b19018bacaf;hp=6266f7c2a318c597eaee688934b34b544bc9f90a;hb=d034ad3de00369266ca2c24ba1b725d04dd94ee4;hpb=e1c9a1c270df4b13175131a12fd1940fb22edd90 diff --git a/engineoutput.c b/engineoutput.c index 6266f7c2..2759aff8 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);