X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=common.h;h=a48aee51d351fa47bc95d9191858c04a705e8f26;hp=9ab3048277bf68306423b6472f708f5ebe72c9f5;hb=e1edcbabb63e65d5d47c07a0836dd51d7e01de0e;hpb=8f900fa19cc077ffe1fa565dfb0ad0b9c8860d6e 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) */