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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5654

View file

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