X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=a48aee51d351fa47bc95d9191858c04a705e8f26;hb=ca99bd4de57d0b079024cbdf5435de1ae61d5fd9;hp=9ab3048277bf68306423b6472f708f5ebe72c9f5;hpb=bdd61153a00af769f75d1f20d7938642592cbce9;p=xboard.git diff --git a/common.h b/common.h index 9ab3048..a48aee5 100644 --- a/common.h +++ b/common.h @@ -603,6 +603,8 @@ typedef struct { Boolean keepAlive; /* [HGM] alive */ Boolean forceIllegal;/*[HGM] illegal */ Boolean noJoin; /* [HGM] join */ + char *wrapContSeq; /* continuation sequence when xboard wraps text */ + Boolean useInternalWrap; /* use internal wrapping -- noJoin usurps this if set */ } AppData, *AppDataPtr; /* [AS] PGN tags (for showing in the game list) */