about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-03-19 20:32:43 +0000
committerJames Booth <boothj5@gmail.com>2013-03-19 20:33:34 +0000
commit9cef1ea52793c454c6f4766ce22ddedbc2d83bb1 (patch)
treecf1f4a750b9364c687aa7c3e783ba2bba721e34a
parent608c09c90d1b9bbe2cb297847f196dca2ba95a32 (diff)
downloadprofani-tty-9cef1ea52793c454c6f4766ce22ddedbc2d83bb1.tar.gz
Removed mouse wheel from navigation help
-rw-r--r--src/ui/windows.c1
1 files changed, 0 insertions, 1 deletions
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) {