mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 06:39:43 +03:00
fix inaccurate comment
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3056 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
52320f344d
commit
07a47017d7
@ -1561,7 +1561,7 @@ bool get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts)
|
||||
i = COLS / ((currslen / 2) + (currslen % 2));
|
||||
|
||||
/* Calculate the y-coordinate relative to the beginning of
|
||||
* bottomwin. */
|
||||
* the shortcut list in bottomwin. */
|
||||
j = *mouse_y - ((2 - no_more_space()) + 1) - editwinrows;
|
||||
|
||||
/* If we're on the statusbar, beyond the end of the shortcut
|
||||
|
Loading…
Reference in New Issue
Block a user