Skip to content
Snippets Groups Projects
Commit 40e5f9b6 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 1b7d72ac
No related branches found
No related tags found
No related merge requests found
......@@ -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