Fix dialog_clear() to clear windows.
This commit is contained in:
parent
dc8603e3ec
commit
d60b2c616a
@ -320,6 +320,7 @@ void draw_shadow(WINDOW *win, int y, int x, int height, int width)
|
||||
void dialog_clear(void)
|
||||
{
|
||||
attr_clear(stdscr, LINES, COLS, screen_attr);
|
||||
touchwin(stdscr);
|
||||
}
|
||||
|
||||
void dialog_update(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user