diff --git a/src/getchar.c b/src/getchar.c index cf2711bcd..185b73bdb 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -1932,7 +1932,9 @@ plain_vgetc(void) do c = safe_vgetc(); - while (c == K_IGNORE || c == K_VER_SCROLLBAR || c == K_HOR_SCROLLBAR); + while (c == K_IGNORE + || c == K_VER_SCROLLBAR || c == K_HOR_SCROLLBAR + || c == K_MOUSEMOVE); if (c == K_PS) // Only handle the first pasted character. Drop the rest, since we diff --git a/src/version.c b/src/version.c index c28a39c64..93365768a 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2833, /**/ 2832, /**/