Skip to content
Snippets Groups Projects
Commit 34cc10c1 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Explain that TAB is used to edit the entry comment in online help

parent d752fc0e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2224,6 +2224,7 @@ struct bbslist *show_bbslist(char *current, int connected)
"Commands:\n\n"
"~ CTRL-E ~ to edit the selected entry\n"
"~ CTRL-S ~ to modify the sort order\n"
"~ TAB ~ to modify the selected entry comment or SyncTERM Settings\n"
"~ ENTER ~ to connect to the selected entry";
else {
uifc.helpbuf= "`SyncTERM Directory`\n\n"
......@@ -2232,6 +2233,7 @@ struct bbslist *show_bbslist(char *current, int connected)
"~ CTRL-E ~ to edit the selected entry\n"
"~ CTRL-S ~ to modify the sort order\n"
"~ " ALT_KEY_NAMEP "-B ~ View scrollback of last session\n"
"~ TAB ~ to modify the selected entry comment or SyncTERM Settings\n"
"~ ENTER ~ to connect to the selected entry\n\n"
"`Conio Keys` (may not work in some modes)\n\n"
"~ " ALT_KEY_NAMEP "-Left ~ Snap window size to next smaller horizontal size\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment