about summary refs log tree commit diff stats
path: root/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows.c')
-rw-r--r--windows.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/windows.c b/windows.c
index bbc85c8e..8b001032 100644
--- a/windows.c
+++ b/windows.c
@@ -191,9 +191,12 @@ void cons_help(void)
     cons_show("    /close               : Close a chat window.");
     cons_show("    /msg user@host mesg  : Send mesg to user.");
     cons_show("    /quit                : Quit Profanity.");
-    cons_show("  Shortcuts:");
+    cons_show("  Keys:");
     cons_show("    F1                   : This console window.");
     cons_show("    F2-10                : Chat windows.");
+    cons_show("    UP, DOWN             : Navigate input history.");
+    cons_show("    LEFT, RIGHT          : Edit current input.");
+    cons_show("    PAGE UP, PAGE DOWN   : Page the chat window.");
 }
 
 void cons_bad_show(char *msg)