Fix dialog_clear() to clear windows.

This commit is contained in:
Andrey A. Chernov 1994-10-21 17:52:19 +00:00
parent dc8603e3ec
commit d60b2c616a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3756

View File

@ -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)