summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/screen.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c
index 3b281a8942..f047534e89 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -648,6 +648,8 @@ update_screen(int type_arg)
{
screenclear(); /* will reset clear_cmdline */
type = NOT_VALID;
+ /* must_redraw may be set indirectly, avoid another redraw later */
+ must_redraw = 0;
}
if (clear_cmdline) /* going to clear cmdline (done below) */
diff --git a/src/version.c b/src/version.c
index d595256fab..e659f8cfa9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 686,
+/**/
685,
/**/
684,