Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a96e0e
)
Expanded description of -L flag for xfrotz and adjusted its X11 class name.
author
David Griffith
<dave@661.org>
Mon, 1 May 2023 15:46:00 +0000
(08:46 -0700)
committer
David Griffith
<dave@661.org>
Thu, 4 May 2023 06:13:15 +0000
(23:13 -0700)
doc/xfrotz.6
patch
|
blob
|
history
src/x11/x_init.c
patch
|
blob
|
history
diff --git
a/doc/xfrotz.6
b/doc/xfrotz.6
index 447900cdee8926d7a63e0a1e2c4c44ff750664ba..0b72b286e6ae9b0957766b2eb56c7da2856b90dd 100644
(file)
--- 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 <filename>
+(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 fdbbb3a2546bdcf51c98d3ed6088d5ee3408926b..3695d64eaa991aad1fdf712d5e38908caa08670b 100644
(file)
--- 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]},
- {".Load
t
his", ".loadthis", parse_string,
+ {".Load
T
his", ".loadthis", parse_string,
&f_setup.tmp_save_name}
};
XtAppContext app_context;