From 40e5f9b651b5f4728d6e02f3eb8f7af14ad991af Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Tue, 10 May 2022 12:58:32 -0700 Subject: [PATCH] Explain that TAB is used to edit the entry comment in online help --- src/syncterm/bbslist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/syncterm/bbslist.c b/src/syncterm/bbslist.c index 4bbbc60685..a1efe2a764 100644 --- a/src/syncterm/bbslist.c +++ b/src/syncterm/bbslist.c @@ -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" -- GitLab