Make sure msg_clear is sent after confirm message (#10065)

This commit is contained in:
Ville Hakulinen
2019-06-03 00:38:19 +03:00
committed by Björn Linse
parent 8a33cb32ba
commit 40218d1180
5 changed files with 44 additions and 14 deletions

View File

@@ -369,7 +369,7 @@ void update_screen(int type)
ui_comp_set_screen_valid(false);
}
win_ui_flush_positions();
msg_ext_check_prompt();
msg_ext_check_clear();
/* reset cmdline_row now (may have been changed temporarily) */
compute_cmdrow();