cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2673 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-15 07:34:09 +00:00
parent 42e271d2d3
commit ff1a0ea32b
1 changed files with 1 additions and 1 deletions

View File

@ -3902,7 +3902,7 @@ bool do_mouse(void)
/* Subtract out the size of topwin. Perhaps we need a /* Subtract out the size of topwin. Perhaps we need a
* constant somewhere? */ * constant somewhere? */
mouse_y -= (2 - no_more_space()); mouse_y -= 2 - no_more_space();
sameline = (mouse_y == current_y); sameline = (mouse_y == current_y);