X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=72e66ba5a0836efcd646eafa98d72255f94f2f02;hb=cad6b13ecc7deaa35471676a7a94f59c221fc667;hp=83c68379cedb4684b3af7af534b96a964bf3fed4;hpb=bf368bef696bee3555a370ac8ff88418e1f5c498;p=xboard.git diff --git a/common.h b/common.h index 83c6837..72e66ba 100644 --- a/common.h +++ b/common.h @@ -602,6 +602,10 @@ typedef struct { char *fenOverride2; 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 */ + Boolean pasteSelection; /* paste X selection instead of clipboard */ } AppData, *AppDataPtr; /* [AS] PGN tags (for showing in the game list) */