about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-18 00:29:07 +0100
committerJames Booth <boothj5@gmail.com>2012-07-18 00:29:07 +0100
commitecfa3e5d38fc66ea622d70bfb73e01e95d02f1d5 (patch)
tree220f758fefbaed44430ee268d74a5496cc93fb18 /src
parent61600cb7b689cf0d66f697e2ac8be3c7f2ce00b4 (diff)
downloadprofani-tty-ecfa3e5d38fc66ea622d70bfb73e01e95d02f1d5.tar.gz
Updated help
Diffstat (limited to 'src')
-rw-r--r--src/windows.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/windows.c b/src/windows.c
index 7e121b37..fe3d0b63 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -305,37 +305,37 @@ void cons_help(void)
     cons_show("");
     cons_show("Basic Commands:");
     cons_show("");
-    cons_show("/help                : This help.");
-    cons_show("/connect user@host   : Login to jabber.");
-    cons_show("/msg user@host mesg  : Send mesg to user.");
-    cons_show("/close               : Close a chat window.");
-    cons_show("/who                 : Find out who is online.");
-    cons_show("/ros                 : List all contacts.");
-    cons_show("/quit                : Quit Profanity.");
+    cons_show("/help                    : This help.");
+    cons_show("/connect user@host       : Login to jabber.");
+    cons_show("/msg user@host mesg      : Send mesg to user.");
+    cons_show("/close                   : Close a chat window.");
+    cons_show("/who                     : Find out who is online.");
+    cons_show("/ros                     : List all contacts.");
+    cons_show("/quit                    : Quit Profanity.");
     cons_show("");
     cons_show("Settings:");
     cons_show("");
-    cons_show("/beep <on/off>       : Enable/disable sound notification");
-    cons_show("/notify <on/off>     : Enable/disable desktop notifications");
-    cons_show("/flash <on/off>      : Enable/disable screen flash notification");
-    cons_show("/showsplash <on/off> : Enable/disable splash logo on startup");
+    cons_show("/beep <on/off>           : Enable/disable sound notification");
+    cons_show("/notify <on/off>         : Enable/disable desktop notifications");
+    cons_show("/flash <on/off>          : Enable/disable screen flash notification");
+    cons_show("/showsplash <on/off>     : Enable/disable splash logo on startup");
     cons_show("");
     cons_show("Status changes (msg is optional):");
     cons_show("");
-    cons_show("/away <msg>          : Set status to away.");
-    cons_show("/online <msg>        : Set status to online.");
-    cons_show("/dnd <msg>           : Set status to dnd (do not disturb).");
-    cons_show("/chat <msg>          : Set status to chat (available for chat).");
-    cons_show("/xa <msg>            : Set status to xa (extended away).");
+    cons_show("/away <msg>              : Set status to away.");
+    cons_show("/online <msg>            : Set status to online.");
+    cons_show("/dnd <msg>               : Set status to dnd (do not disturb).");
+    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("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 command/recipient/login");
-    cons_show("PAGE UP, PAGE DOWN   : Page the 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("TAB                      : Autocomplete command/recipient/login");
+    cons_show("PAGE UP, PAGE DOWN       : Page the main window.");
     cons_show("");
 
     if (_curr_prof_win == 0)