From: David Lawrence Ramsey Date: Wed, 15 Jun 2005 07:34:09 +0000 (+0000) Subject: cosmetic fix X-Git-Tag: v1.3.8~130 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ff1a0ea32b1bb67dfe5f99d9fb4a7e8f410a4321;p=nano.git cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2673 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index 197ca565..d0cdc123 100644 --- a/src/nano.c +++ b/src/nano.c @@ -3902,7 +3902,7 @@ bool do_mouse(void) /* Subtract out the size of topwin. Perhaps we need a * constant somewhere? */ - mouse_y -= (2 - no_more_space()); + mouse_y -= 2 - no_more_space(); sameline = (mouse_y == current_y);