mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Added new keys to help
This commit is contained in:
parent
09602a6f4f
commit
51738d4aba
1
README
1
README
@ -17,7 +17,6 @@ Features:
|
|||||||
Allow subscription management
|
Allow subscription management
|
||||||
Allow presence notification
|
Allow presence notification
|
||||||
Dont start chat window when no such recipient
|
Dont start chat window when no such recipient
|
||||||
Window buffers for scrolling
|
|
||||||
Managing and storing user profiles
|
Managing and storing user profiles
|
||||||
Other IM protocols
|
Other IM protocols
|
||||||
Support chat logging
|
Support chat logging
|
||||||
|
@ -191,9 +191,12 @@ void cons_help(void)
|
|||||||
cons_show(" /close : Close a chat window.");
|
cons_show(" /close : Close a chat window.");
|
||||||
cons_show(" /msg user@host mesg : Send mesg to user.");
|
cons_show(" /msg user@host mesg : Send mesg to user.");
|
||||||
cons_show(" /quit : Quit Profanity.");
|
cons_show(" /quit : Quit Profanity.");
|
||||||
cons_show(" Shortcuts:");
|
cons_show(" Keys:");
|
||||||
cons_show(" F1 : This console window.");
|
cons_show(" F1 : This console window.");
|
||||||
cons_show(" F2-10 : Chat windows.");
|
cons_show(" F2-10 : Chat windows.");
|
||||||
|
cons_show(" UP, DOWN : Navigate input history.");
|
||||||
|
cons_show(" LEFT, RIGHT : Edit current input.");
|
||||||
|
cons_show(" PAGE UP, PAGE DOWN : Page the chat window.");
|
||||||
}
|
}
|
||||||
|
|
||||||
void cons_bad_show(char *msg)
|
void cons_bad_show(char *msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user