projects
/
xboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow match to be started from WB menu
[xboard.git]
/
engineoutput.c
diff --git
a/engineoutput.c
b/engineoutput.c
index
6266f7c
..
2759aff
100644
(file)
--- 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();
}
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);
if(gameMode == IcsObserving) {
DoSetWindowText(0, nLabel, gameInfo.white);
SetIcon( 0, nColorIcon, nColorWhite);