diff --git a/src/winio.c b/src/winio.c index a4d6eb8b5554a8fda93f115a104653c3749e2a16..38b0fd319c51455e878dab30b6672db3c9158a51 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