about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-09-15 11:29:20 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-09-15 11:29:20 +0200
commit31d72689c79dff0aab4559a161013a224e6082e2 (patch)
treef84a36e82a4919304b426b8052d3ef93e2eb545a /src/ui/console.c
parent619204f4f535a76785624991d588c83459ee0e85 (diff)
downloadprofani-tty-31d72689c79dff0aab4559a161013a224e6082e2.tar.gz
Add more keybindings to /help navigation
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index f7963a27..15512c77 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -2404,9 +2404,12 @@ cons_navigation_help(void)
     cons_show("Alt-LEFT, Alt-RIGHT      : Previous/next chat window.");
     cons_show("PAGEUP, PAGEDOWN         : Page the main window.");
     cons_show("Alt-PAGEUP, Alt-PAGEDOWN : Page occupants/roster panel.");
+    cons_show("Alt-a                    : Jump to the next unread window.");
+    cons_show("Alt-v                    : Mark current window with attention flag.");
+    cons_show("Alt-m                    : Switch between marked windows.");
     cons_show("");
-    cons_show("/win <n>     : Focus window n, where n is the window number.");
-    cons_show("/win <name>  : Focus window with name, where name is the recipient, room or window title.");
+    cons_show("/win <n>        : Focus window n, where n is the window number.");
+    cons_show("/win <name>     : Focus window with name, where name is the recipient, room or window title.");
     cons_show("");
     cons_show("See '/help win' for more information.");