{ "defaultFrcPosition", "defaultFrcPositon", XtRInt,
sizeof(int), XtOffset(AppDataPtr, defaultFrcPosition),
XtRImmediate, (XtPointer) -1},
+ { "gameListTags", "gameListTags", XtRString,
+ sizeof(String), XtOffset(AppDataPtr, gameListTags),
+ XtRImmediate, (XtPointer) GLT_DEFAULT_TAGS },
// [HGM] 4.3.xx options
{ "boardWidth", "boardWidth", XtRInt,
{ "-defaultCacheSizeEGTB", "defaultCacheSizeEGTB", XrmoptionSepArg, NULL },
{ "-defaultPathEGTB", "defaultPathEGTB", XrmoptionSepArg, NULL },
{ "-defaultFrcPosition", "defaultFrcPosition", XrmoptionSepArg, NULL },
+ { "-gameListTags", "gameListTags", XrmoptionSepArg, NULL },
// [HGM] I am sure AS added many more options, but we have to fish them out, from the list in winboard.c
/* [HGM,HR] User-selectable board size */
Default: "Computer Chess Game".\r
@item -saveOutOfBookInfo true/false\r
@cindex saveOutOfBookInfo, option`\r
-Include the information on how the engine(s) game out of its opening book in a special 'annotator' tag with the PGN file.@item -oldsave/-xoldsave or -oldSaveStyle true/false\r
+Include the information on how the engine(s) game out of its opening book in a special 'annotator' tag with the PGN file.\r
+@item -oldsave/-xoldsave or -oldSaveStyle true/false\r
@cindex oldsave, option\r
@cindex oldSaveStyle, option\r
Sets the Old Save Style menu option. @xref{Options Menu}. Default: false.\r
+@item -gameListTags string\r
+@cindex gameListTags, option\r
+The character string lists the PGN tags that should be printed in the\r
+Game List, and their order. The meaning of the codes is e=event,\r
+s=site, d=date, o=round, p=players, r=result, w=white Elo, b=black Elo,\r
+t=time control, v=variant, a=out-of-book info.\r
+Default: "eprd"\r
@end table\r
\r
@node User interface options\r