1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Removed mouse wheel from navigation help

This commit is contained in:
James Booth 2013-03-19 20:32:43 +00:00
parent aef316bed6
commit e217fd9cef

View File

@ -1816,7 +1816,6 @@ cons_navigation_help(void)
cons_show("ESC : Clear 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("PAGE UP, PAGE DOWN : Page the main window.");
cons_show("Mouse wheel : Scroll the main window.");
cons_show(""); cons_show("");
if (current_index == 0) { if (current_index == 0) {