1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Added to navigation help

This commit is contained in:
James Booth 2012-11-26 02:33:32 +00:00
parent c9ed583412
commit 56e5d16938

View File

@ -1191,13 +1191,16 @@ cons_navigation_help(void)
cons_show("");
cons_show("Navigation:");
cons_show("");
cons_show("Alt-1 : This console window.");
cons_show("Alt-2..Alt-0 : Chat windows.");
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("LEFT, RIGHT, HOME, END : Edit current input.");
cons_show("ESC : Clear current input.");
cons_show("TAB : Autocomplete command/recipient/login");
cons_show("TAB : Autocomplete command/recipient/login.");
cons_show("PAGE UP, PAGE DOWN : Page the main window.");
cons_show("Mouse wheel : Scroll the main window.");
cons_show("");
if (current_index == 0) {