From 07a47017d703b81ecd959a4dac68646ec988ef2c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 27 Oct 2005 15:33:05 +0000 Subject: [PATCH] fix inaccurate comment git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3056 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winio.c b/src/winio.c index a4d6eb8b..38b0fd31 100644 --- a/src/winio.c +++ b/src/winio.c @@ -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 -- 2.39.5