nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 54fdb75bd806a054022e6d081774790b185511fd
parent 3a5eaeb40193992148c4da1cd82d77a16784c82f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 22 May 2007 17:18:06 +0000

fix changelog entry


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4108 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,9 +1,9 @@ 2007-05-20 David Lawrence Ramsey <pooka109@gmail.com> - * nano.c (do_mouse), prompt.c (do_statusbar_mouse, - do_yesno_prompt), winio.c (do_mouseinput): Fix processing of - mouse events so that those we don't handle are ignored instead - of being erroneously passed through. + * browser.c (do_browser), nano.c (do_mouse), prompt.c + (do_statusbar_mouse, do_yesno_prompt), winio.c (do_mouseinput): + Fix processing of mouse events so that those we don't handle are + ignored instead of being erroneously passed through. * winio.c (do_mouseinput): Simplify handling of mouse events involving the first mouse button. * winio.c (do_mouseinput): Improve mouse wheel support to only