From 9cef1ea52793c454c6f4766ce22ddedbc2d83bb1 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 19 Mar 2013 20:32:43 +0000 Subject: [PATCH] Removed mouse wheel from navigation help --- src/ui/windows.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/windows.c b/src/ui/windows.c index 591bc737..23384fef 100644 --- a/src/ui/windows.c +++ b/src/ui/windows.c @@ -1895,7 +1895,6 @@ cons_navigation_help(void) cons_show("ESC : Clear current input."); 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) {