Updated help

This commit is contained in:
James Booth
2012-03-11 00:39:13 +00:00
parent b1bf05400b
commit da9cf90055
2 changed files with 14 additions and 15 deletions

5
README
View File

@@ -11,14 +11,9 @@ found at:
WORKLIST WORKLIST
-------- --------
Features:
Trim domain/resourse from usernames in UI
Allow subscription management Allow subscription management
Allow presence notification
Dont start chat window when no such recipient Dont start chat window when no such recipient
Managing and storing user profiles Managing and storing user profiles
Other IM protocols Other IM protocols
Support chat logging Support chat logging
Tab completion on commands Tab completion on commands
Tab completion on users

View File

@@ -215,9 +215,9 @@ void win_contact_offline(const char * const from, const char * const show,
void cons_help(void) void cons_help(void)
{ {
_win_show_time(_cons_win); cons_show("");
wprintw(_cons_win, "Help:\n"); cons_show("Commands:");
cons_show("");
cons_show("/help : This help."); cons_show("/help : This help.");
cons_show("/connect user@host : Login to jabber."); cons_show("/connect user@host : Login to jabber.");
cons_show("/msg user@host mesg : Send mesg to user."); cons_show("/msg user@host mesg : Send mesg to user.");
@@ -225,10 +225,14 @@ void cons_help(void)
cons_show("/ros : List all contacts."); cons_show("/ros : List all contacts.");
cons_show("/close : Close a chat window."); cons_show("/close : Close a chat window.");
cons_show("/quit : Quit Profanity."); cons_show("/quit : Quit Profanity.");
cons_show("");
cons_show("Keys:");
cons_show("");
cons_show("F1 : This console window."); cons_show("F1 : This console window.");
cons_show("F2-10 : 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("PAGE UP, PAGE DOWN : Page the chat window."); cons_show("PAGE UP, PAGE DOWN : Page the chat window.");
if (_curr_prof_win == 0) if (_curr_prof_win == 0)