From 7e92e922f3dd4b7914196f0e252fc2cd40a9268b Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 1 May 2023 08:28:13 -0700 Subject: [PATCH] Updated xfrotz's usage info. --- src/x11/x_info.h | 22 +++++++++++----------- src/x11/x_params.txt | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/x11/x_info.h b/src/x11/x_info.h index e8889d3..fc2ea2b 100644 --- a/src/x11/x_info.h +++ b/src/x11/x_info.h @@ -9,17 +9,17 @@ #define X_INFO_H #define INFORMATION "\ - -aa watch attribute setting \t -rm # right margin\n\ - -at watch attribute testing \t -rs # random number seed value\n\ - -bg background color\t -sc # transcript width\n\ - -c # context lines \t -t set Tandy bit\n\ - -fg foreground color\t -u # slots for multiple undo\n\ - -fn set font name \t -v show version information\n\ - -i ignore fatal errors \t -w # text width\n\ - -lm # left margin \t -x expand abbreviations g/x/z\n\ - -ol watch object movement \t -xrm Set X11 resources\n\ - -om watch object locating \t -zs # error checking (see below)\n\ - -P alter piracy opcode\n" + -aa watch attribute setting \t -P alter piracy opcode\n\ + -at watch attribute testing \t -rm # right margin\n\ + -bg background color\t -rs # random number seed value\n\ + -c # context lines \t -sc # transcript width\n\ + -fg foreground color\t -t set Tandy bit\n\ + -fn set font name \t -u # slots for multiple undo\n\ + -i ignore fatal errors \t -v show version information\n\ + -lm # left margin \t -w # text width\n\ + -ol watch object movement \t -x expand abbreviations g/x/z\n\ + -L load this save file \t -xrm Set X11 resources\n\ + -om watch object locating \t -zs # error checking (see below)\n" #define INFO2 "\ Error checking: 0 none, 1 first only (default), 2 all, 3 exit after any error.\n\ diff --git a/src/x11/x_params.txt b/src/x11/x_params.txt index 7bac20b..ab094e2 100644 --- a/src/x11/x_params.txt +++ b/src/x11/x_params.txt @@ -7,6 +7,7 @@ -i ignore fatal errors -lm # left margin -ol watch object movement +-L load this save file -om watch object locating -P alter piracy opcode -rm # right margin -- 2.34.1