Back out bkgd() function usage, it acts not from
common sense but from sysv standard
This commit is contained in:
parent
603ef010b6
commit
1d8834adda
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user