Added refresh() to dialog_clear so that it actually
clears the screen. Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
f8a31dd2ac
commit
0adfb6eb99
@ -321,6 +321,7 @@ void dialog_clear(void)
|
||||
{
|
||||
attr_clear(stdscr, LINES, COLS, screen_attr);
|
||||
touchwin(stdscr);
|
||||
refresh();
|
||||
}
|
||||
|
||||
void dialog_update(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user