]> git.wh0rd.org Git - nano.git/commitdiff
fix changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 15 May 2007 19:33:56 +0000 (19:33 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 15 May 2007 19:33:56 +0000 (19:33 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4106 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 02667d0e2e94d283a1f70bb67bcbaf95e40c39e8..516a8dd7cc305279f9cbec07e854708f02d1c814 100644 (file)
--- 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.