UI/cmdline: check if redraw is needed after K_EVENT, K_COMMAND #9804

fixes #8490
This commit is contained in:
Jit
2019-05-26 19:52:30 +02:00
committed by Justin M. Keyes
parent fc7861f0fa
commit 0bbaef8a99
5 changed files with 87 additions and 18 deletions

View File

@@ -507,6 +507,8 @@ void update_screen(int type)
maybe_intro_message();
did_intro = TRUE;
// either cmdline is cleared, not drawn or mode is last drawn
cmdline_was_last_drawn = false;
}
/*