diff --git a/src/sbbs3/scfg/scfg.c b/src/sbbs3/scfg/scfg.c index 74cf915016109d8e76468d08af3a1e65700bee6d..83079e81c63672956816a8983b8e79c78b9939e3 100644 --- a/src/sbbs3/scfg/scfg.c +++ b/src/sbbs3/scfg/scfg.c @@ -825,21 +825,21 @@ int main(int argc, char **argv) "\n" "Use the arrow keys and ~ ENTER ~ to select an option, or ~ ESC ~ to exit.\n" "\n" - "`More keys/combinations and (alternatives):`\n" + "`More keys/combinations` and (`alternatives`):\n" "\n" - " ~ Ctrl-F ~ Find item in list\n" - " ~ Ctrl-G ~ Find next item in list\n" - " ~ Ctrl-U ~ Move up/back through list one screen-full (`PageUp`)\n" - " ~ Ctrl-D ~ Move down through list one screen-full (`PageDown`)\n" - " ~ Ctrl-B ~ Move to top of list or start of edited text (`Home`)\n" - " ~ Ctrl-E ~ Move to end of list or end of edited text (`End`)\n" - " ~ Insert ~ Insert an item (`+`) or toggle text overwrite mode\n" - " ~ Delete ~ Delete an item (`-`) or a character of edited text\n" - " ~ Ctrl-C ~ Copy item (`F5`, `Ctrl-Insert`)\n" - " ~ Ctrl-X ~ Cut item (`Shift-Delete`)\n" - " ~ Ctrl-V ~ Paste item (`F6`, `Shift-Insert`)\n" - " ~ Ctrl-Z ~ Display help text (`F1`, `?`)\n" - " ~ Backspace ~ Move back/up one menu (`ESC`) or erase character\n" + " ~ Ctrl-F ~ Find item in list\n" + " ~ Ctrl-G ~ Find next item in list\n" + " ~ Ctrl-U ~ Move up through list one screen-full (`PageUp`)\n" + " ~ Ctrl-D ~ Move down through list one screen-full (`PageDown`)\n" + " ~ Ctrl-B ~ Move to top of list or start of edited text (`Home`)\n" + " ~ Ctrl-E ~ Move to end of list or end of edited text (`End`)\n" + " ~ Insert ~ Insert an item (`+`) or toggle text overwrite mode\n" + " ~ Delete ~ Delete an item (`-`) or current character of edited text\n" + " ~ Ctrl-C ~ Copy item (`F5`, `Ctrl-Insert`)\n" + " ~ Ctrl-X ~ Cut item (`Shift-Delete`)\n" + " ~ Ctrl-V ~ Paste item (`F6`, `Shift-Insert`)\n" + " ~ Ctrl-Z ~ Display help text (`F1`, `?`)\n" + " ~ Backspace ~ Move back/up one menu (`ESC`) or erase previous character\n" ; switch(uifc.list(WIN_ORG|WIN_MID|WIN_ESC|WIN_ACT,0,0,30,&main_dflt,0 ,"Configure",mopt)) {