mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Back out bkgd() function usage, it acts not from
common sense but from sysv standard
This commit is contained in:
parent
603ef010b6
commit
1d8834adda
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5654
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue