Home
last modified time | relevance | path

Searched refs:wbkgrnd (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c85 wbkgrnd(win, CHREF(parent->_nc_bkgd)); in NCURSES_EXPORT()
H A Dlib_bkgd.c261 wbkgrnd(WINDOW *win, const ARG_CH_T ch) in wbkgrnd() function
/freebsd/contrib/ncurses/include/
H A Dcurses.wide200 extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */
240 #define bkgrnd(c) wbkgrnd(stdscr,(c))
/freebsd/contrib/ncurses/misc/
H A Dncurses.ref319 ; "wbkgrnd" @298 NONAME ; missing
/freebsd/lib/ncurses/tinfo/
H A DMakefile542 curs_bkgrnd.3 wbkgrnd.3 \
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h369 #define wbkgrnd wbkgd macro
H A Dllib-lncursestw189 #undef wbkgrnd
190 int wbkgrnd(
H A Dllib-lncursesw189 #undef wbkgrnd
190 int wbkgrnd(
/freebsd/contrib/ncurses/
H A DNEWS1237 + provide for wide-characters as background character in wbkgrnd
1644 + modify wbkgd() and wbkgrnd() to avoid storing a null in the
1867 + amend 20181208 changes for wbkgd() and wbkgrnd(), fixing a few
2137 + modify wbkgd() and wbkgrnd() to improve compatibility with SVr4
8224 + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
10736 + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),