nano

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

commit fc0ebe982d4a2f62d982185190eada4d41bf0eee
parent dcb4e3a66d68484333591d077d969781f4f05c8b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat,  9 Apr 2005 03:51:00 +0000

remove inaccurate comment


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

Diffstat:
Msrc/winio.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/winio.c b/src/winio.c @@ -3706,8 +3706,6 @@ int do_yesno(bool all, const char *msg) if (kbinput == NANO_CANCEL_KEY) ok = -1; #ifndef DISABLE_MOUSE - /* Look, ma! We get to duplicate lots of code from - * do_mouse()!! */ else if (kbinput == KEY_MOUSE) { get_mouseinput(&mouse_x, &mouse_y, FALSE);