Home
last modified time | relevance | path

Searched refs:wbkgdset (Results 1 – 19 of 19) sorted by relevance

/src/contrib/ncurses/menu/
H A Dm_post.c211 wbkgdset(menu->win, menu->back); in _nc_Draw_Menu()
213 wbkgdset(menu->win, s_bkgd); in _nc_Draw_Menu()
/src/contrib/ncurses/ncurses/base/
H A Dlib_bkgd.c105 wbkgdset(WINDOW *win, chtype ch) in wbkgdset() function
/src/contrib/ncurses/man/
H A Dman_db.renames.in292 wbkgdset.3x wbkgdset.3ncurses
H A Dmanhtml.aliases139 wbkgdset(3X) curs_bkgd(3X)
/src/contrib/ncurses/misc/
H A Dncurses.def404 "wbkgdset" @296 NONAME
H A Dncurses.ref317 "wbkgdset" @296 NONAME ; generated
/src/contrib/dialog/
H A Dformbox.c144 wbkgdset(win, menubox_attr | ' '); in print_form()
H A Dutil.c1161 wbkgdset(dummy, dialog_attr | ' '); in dlg_print_scrolled()
H A DCHANGES1449 + correct calls to wbkgdset(), which set the background attribute but
/src/lib/ncurses/tinfo/
H A DMakefile533 curs_bkgd.3 wbkgdset.3 \
/src/contrib/ncurses/include/
H A Dcurses.h.in857 extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */
1305 #define bkgdset(ch) wbkgdset(stdscr,(ch))
/src/contrib/ncurses/ncurses/
H A Dllib-lncurses152 #undef wbkgdset
153 void wbkgdset(
H A Dllib-lncursest152 #undef wbkgdset
153 void wbkgdset(
H A Dllib-lncursesw183 #undef wbkgdset
184 void wbkgdset(
H A Dllib-lncursestw183 #undef wbkgdset
184 void wbkgdset(
/src/contrib/ncurses/form/
H A Dfrm_driver.c192 ( wbkgdset((win),(chtype)((chtype)((field)->pad) | (field)->back)), \
/src/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c4838 wbkgdset(win, ch); /* void return */ in cmd_wbkgdset()
/src/contrib/ncurses/
H A DNEWS12620 + Fixes a problem using wbkgdset() with panels. It has actually
14199 Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
14203 + Modified lib_bkgd.c: hopefully correct implementation of wbkgdset();
15414 + corrected wbkgdset macro (XSI allows background character to be
15548 + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
15881 * wbkgd() and wbkgdset() can be used to set a windows background to color.
15891 * fixed wbkgdset() macro.
15907 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
/src/contrib/ncurses/doc/
H A Dncurses-intro.doc961 bkgdset() or wbkgdset().