projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f94596a
)
Leave xterm at start of new line after quitting XBoard
author
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 6 Feb 2014 17:46:21 +0000 (18:46 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 2 Mar 2014 18:04:46 +0000 (19:04 +0100)
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/backend.c
index
9c2711f
..
4f820f2
100644
(file)
--- a/
backend.c
+++ b/
backend.c
@@
-13972,6
+13972,7
@@
ExitEvent (int status)
return;
}
+ if (appData.icsActive) printf("\n"); // [HGM] end on new line after closing XBoard
if (appData.icsActive && appData.colorize) Colorize(ColorNone, FALSE);
if (telnetISR != NULL) {