summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/misc1.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/misc1.c b/src/misc1.c
index 74c8eaa66..b27c527df 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -985,6 +985,8 @@ prompt_for_number(int *mouse_used)
if (msg_row > 0)
cmdline_row = msg_row - 1;
need_wait_return = FALSE;
+ msg_didany = FALSE;
+ msg_didout = FALSE;
}
else
cmdline_row = save_cmdline_row;
diff --git a/src/version.c b/src/version.c
index 3a8e7ab0b..464de12ae 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2258,
+/**/
2257,
/**/
2256,