about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-26 02:33:32 +0000
committerJames Booth <boothj5@gmail.com>2012-11-26 02:33:32 +0000
commit56e5d16938ad495884920a90f876948b52d979d2 (patch)
tree4f9a72fbdabb63ff0c489835fe8fd22e76159c37
parentc9ed583412fef4dd2260ce14a4d0aa9dfc24e226 (diff)
downloadprofani-tty-56e5d16938ad495884920a90f876948b52d979d2.tar.gz
Added to navigation help
-rw-r--r--src/windows.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/windows.c b/src/windows.c
index 933e7cfb..5db79165 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -1191,13 +1191,16 @@ cons_navigation_help(void)
     cons_show("");
     cons_show("Navigation:");
     cons_show("");
+    cons_show("Alt-1                    : This console window.");
+    cons_show("Alt-2..Alt-0             : Chat windows.");
     cons_show("F1                       : This console window.");
-    cons_show("F2-F10                   : Chat windows.");
+    cons_show("F2..F10                  : Chat windows.");
     cons_show("UP, DOWN                 : Navigate input history.");
     cons_show("LEFT, RIGHT, HOME, END   : Edit current input.");
     cons_show("ESC                      : Clear current input.");
-    cons_show("TAB                      : Autocomplete command/recipient/login");
+    cons_show("TAB                      : Autocomplete command/recipient/login.");
     cons_show("PAGE UP, PAGE DOWN       : Page the main window.");
+    cons_show("Mouse wheel              : Scroll the main window.");
     cons_show("");
 
     if (current_index == 0) {