Added a command-line option -keepLineBreaksICS true/false to control line joining.
[xboard.git] / common.h
index 83c6837..9ab3048 100644 (file)
--- a/common.h
+++ b/common.h
@@ -602,6 +602,7 @@ typedef struct {
     char *fenOverride2;
     Boolean keepAlive;  /* [HGM] alive     */
     Boolean forceIllegal;/*[HGM] illegal   */
+    Boolean noJoin;     /* [HGM] join      */
 } AppData, *AppDataPtr;
 
 /* [AS] PGN tags (for showing in the game list) */