From: David Griffith Date: Mon, 1 May 2023 15:46:00 +0000 (-0700) Subject: Expanded description of -L flag for xfrotz and adjusted its X11 class name. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=0cba7d37c193a04064fe51f0eee0222a94da373d;p=liskon_frotz.git Expanded description of -L flag for xfrotz and adjusted its X11 class name. --- diff --git a/doc/xfrotz.6 b/doc/xfrotz.6 index 447900c..0b72b28 100644 --- a/doc/xfrotz.6 +++ b/doc/xfrotz.6 @@ -78,6 +78,7 @@ with buggy story files which cause fatal errors. Sets the left margin. .TP .B \-L +(class \fBLoadThis\fP, name \fBloadthis\fP) When the game starts, load this saved game file. .TP .B \-ol diff --git a/src/x11/x_init.c b/src/x11/x_init.c index fdbbb3a..3695d64 100644 --- a/src/x11/x_init.c +++ b/src/x11/x_init.c @@ -307,7 +307,7 @@ void os_process_arguments(int argc, char *argv[]) &font_names[7]}, {".Font", ".fontZ", parse_string, &font_names[8]}, - {".Loadthis", ".loadthis", parse_string, + {".LoadThis", ".loadthis", parse_string, &f_setup.tmp_save_name} }; XtAppContext app_context;