mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Updated help
This commit is contained in:
parent
b1bf05400b
commit
da9cf90055
17
README
17
README
@ -11,14 +11,9 @@ found at:
|
|||||||
|
|
||||||
WORKLIST
|
WORKLIST
|
||||||
--------
|
--------
|
||||||
|
Allow subscription management
|
||||||
Features:
|
Dont start chat window when no such recipient
|
||||||
Trim domain/resourse from usernames in UI
|
Managing and storing user profiles
|
||||||
Allow subscription management
|
Other IM protocols
|
||||||
Allow presence notification
|
Support chat logging
|
||||||
Dont start chat window when no such recipient
|
Tab completion on commands
|
||||||
Managing and storing user profiles
|
|
||||||
Other IM protocols
|
|
||||||
Support chat logging
|
|
||||||
Tab completion on commands
|
|
||||||
Tab completion on users
|
|
||||||
|
12
windows.c
12
windows.c
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user