Leave xterm at start of new line after quitting XBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 6 Feb 2014 17:46:21 +0000 (18:46 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 2 Mar 2014 18:04:46 +0000 (19:04 +0100)
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) {