Back out bkgd() function usage, it acts not from

common sense but from sysv standard
This commit is contained in:
Andrey A. Chernov 1995-01-16 17:22:35 +00:00
parent 603ef010b6
commit 1d8834adda

View File

@ -407,8 +407,8 @@ void draw_shadow(WINDOW *win, int y, int x, int height, int width)
void dialog_clear_norefresh(void) void dialog_clear_norefresh(void)
{ {
erase(); attr_clear(stdscr, LINES, COLS, screen_attr);
bkgd(screen_attr|ACS_CKBOARD); touchwin(stdscr);
wnoutrefresh(stdscr); wnoutrefresh(stdscr);
} }