diff --git a/src/getchar.c b/src/getchar.c index aea8d10da7..c6d9492ebd 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -2819,7 +2819,8 @@ vgetorpeek(advance) edit_unputchar(); if (State & CMDLINE) unputcmdline(); - setcursor(); /* put cursor back where it belongs */ + else + setcursor(); /* put cursor back where it belongs */ } if (c < 0) diff --git a/src/version.c b/src/version.c index 9eecd6fa8a..a6b23f1d17 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 540, /**/ 539, /**/