commit 7f8bfca081e289fb34484f754d358f376d0b03f8
parent b9fa1b14669a18cc0c8866df6e3cd9bea161136e
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 15 May 2007 19:33:56 +0000
fix changelog entry
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4106 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,8 +1,8 @@
2007-05-15 David Lawrence Ramsey <pooka109@gmail.com>
* winio.c (do_mouseinput): Add mouse wheel support, per Helmut
- Jarausch's suggestion. Now, if nano is built with mouse support
- and is using a version of ncurses compiled with the
+ Jarausch's suggestion. Now, if mouse support is enabled, and
+ nano is using a version of ncurses compiled with the
--enable-ext-mouse option, rolling the mouse wheel up or down
will move the cursor three lines up or down.