summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 82904eeaf0..25d70c4f82 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -9272,7 +9272,7 @@ do_sleep(long msec)
long wait_now;
cursor_on();
- out_flush();
+ out_flush_cursor(FALSE, FALSE);
for (done = 0; !got_int && done < msec; done += wait_now)
{
wait_now = msec - done > 1000L ? 1000L : msec - done;
diff --git a/src/version.c b/src/version.c
index c81491d2c9..f3a72ec778 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 442,
+/**/
441,
/**/
440,