about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-02 18:04:31 +0000
committerJames Booth <boothj5@gmail.com>2014-01-02 18:06:53 +0000
commit785206a06ce7256b8d28f23feb783a8d676c90d3 (patch)
tree2a2e29bdbd4bdc1a3606b3ef01c94edb82806c92
parent3fbd45bd0603d51255c9e6df2a56d5cd5de4dd2b (diff)
downloadprofani-tty-785206a06ce7256b8d28f23feb783a8d676c90d3.tar.gz
Tidied navigation help
Conflicts:

	src/ui/console.c
-rw-r--r--src/ui/console.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 83a2b82e..c02201f9 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1297,12 +1297,10 @@ _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("Alt-1 (F1)               : This console window.");
+    cons_show("Alt-2..Alt-0 (F2..F10)   : 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.");
     cons_show("LEFT, RIGHT, HOME, END   : Edit current input.");
     cons_show("CTRL-LEFT, CTRL-RIGHT    : Jump word in input.");