diff options
author | James Booth <boothj5@gmail.com> | 2012-06-19 01:21:02 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-06-19 01:21:02 +0100 |
commit | c6cb13a54f012d62d5e503741e2dd7fda7758c97 (patch) | |
tree | f72e8780d4bed12c04b09498e45fada09398a870 | |
parent | 81901ebdabd711dd96c422425bd05235a04dd861 (diff) | |
download | profani-tty-c6cb13a54f012d62d5e503741e2dd7fda7758c97.tar.gz |
Updated help
-rw-r--r-- | windows.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows.c b/windows.c index 7406640f..94e1bc25 100644 --- a/windows.c +++ b/windows.c @@ -288,13 +288,13 @@ void cons_help(void) cons_show("/chat <msg> : Set status to chat (available for chat)."); cons_show("/xa <msg> : Set status to xa (extended away)."); cons_show(""); - cons_show("Keys:"); + cons_show("Navigation:"); cons_show(""); cons_show("F1 : This console window."); cons_show("F2-F10 : Chat windows."); cons_show("UP, DOWN : Navigate input history."); cons_show("LEFT, RIGHT : Edit current input."); - cons_show("TAB : Autocomplete recipient."); + cons_show("TAB : Autocomplete command/recipient/login"); cons_show("PAGE UP, PAGE DOWN : Page the chat window."); cons_show(""); |