0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-07-26 12:14:28 -04:00

Updated help

This commit is contained in:
James Booth 2012-06-19 01:21:02 +01:00
parent 81901ebdab
commit c6cb13a54f

View File

@ -288,13 +288,13 @@ void cons_help(void)
cons_show("/chat <msg> : Set status to chat (available for chat)."); cons_show("/chat <msg> : Set status to chat (available for chat).");
cons_show("/xa <msg> : Set status to xa (extended away)."); cons_show("/xa <msg> : Set status to xa (extended away).");
cons_show(""); cons_show("");
cons_show("Keys:"); cons_show("Navigation:");
cons_show(""); cons_show("");
cons_show("F1 : This console window."); 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("UP, DOWN : Navigate input history.");
cons_show("LEFT, RIGHT : Edit current input."); 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("PAGE UP, PAGE DOWN : Page the chat window.");
cons_show(""); cons_show("");