diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-07-27 21:01:16 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-07-27 21:01:16 +0000 |
| commit | 885bd2f608789d181e0c6b4c57225f016c2837ae (patch) | |
| tree | 2f0c9a77b41e2a9819ab7beaae5d673326178834 /lib/libncurses | |
| parent | a3095f3a64513bad3b589b8f672eb3ecf28f48a8 (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/curses.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libncurses/curses.h b/lib/libncurses/curses.h index 5aa5f646c6971..8969db1c5d0f4 100644 --- a/lib/libncurses/curses.h +++ b/lib/libncurses/curses.h @@ -330,6 +330,7 @@ extern int slk_touch(void); #define setsyx(y,x) (stdscr->_cury = y, stdscr->_curx = x) #define wbkgdset(win,ch) ((win)->_bkgd = ch) +#define getbkgd(win) ((win)->_bkgd) /* It seems older SYSV curses define these */ #define getattrs(win) (win->_attrs) |
