about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJesse R. Adams <jesse@techno-geeks.org>2013-09-25 12:51:54 -0700
committerJesse R. Adams <jesse@techno-geeks.org>2013-09-25 12:51:54 -0700
commit8be4cd1f2731ebec069c5848148b6748f318ea98 (patch)
treec964f30e8522a3a0a25faea1310ef500aa3eb043 /src/ui/console.c
parentce3b99f5771809f38119e9449099bdb1b0768b8f (diff)
downloadprofani-tty-8be4cd1f2731ebec069c5848148b6748f318ea98.tar.gz
Adding irssi style Alt-Left/Right window navigation
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 17e97ca3..192edfc4 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1289,6 +1289,8 @@ cons_navigation_help(void)
     cons_show("");
     cons_show("Alt-1                    : This console window.");
     cons_show("Alt-2..Alt-0             : Chat windows.");
+    cons_show("Alt-LEFT                 : Previous chat window");
+    cons_show("Alt-RIGHT                : Next chat window");
     cons_show("F1                       : This console window.");
     cons_show("F2..F10                  : Chat windows.");
     cons_show("UP, DOWN                 : Navigate input history.");