diff --git a/src/drawscreen.c b/src/drawscreen.c index e90da5f942..3153d36fd1 100644 --- a/src/drawscreen.c +++ b/src/drawscreen.c @@ -839,10 +839,6 @@ after_updating_screen(int may_resize_shell UNUSED) // handle the drop now. handle_any_postponed_drop(); #endif - - if (p_ch == 0) - // in case it was changed in dont_use_message_window() - cmdline_row = Rows; } /* diff --git a/src/version.c b/src/version.c index bfc669145b..1ff36ffc9b 100644 --- a/src/version.c +++ b/src/version.c @@ -707,6 +707,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 337, /**/ 336, /**/