Query: wbkgrnd
OS: opensolaris
Section: 3xcurses
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
bkgrnd(3XCURSES) X/Open Curses Library Functions bkgrnd(3XCURSES)NAMEbkgrnd, bkgrndset, getbkgrnd, wbkgrnd, wbkgrndset, wgetbkgrnd - set or get the background character (and rendition) of window using a com- plex characterSYNOPSIScc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib -R /usr/xpg4/lib -lcurses [ library... ] c89 [ flag... ] file... -lcurses [ library... ] #include <curses.h> int bkgrnd(const cchar_t *wch); void bkgrndset(const cchar_t *wch); int getbkgrnd(cchar_t *wch); int wbkgrnd(WINDOW *win, const cchar_t *wch); void wbkgrndset(WINDOW *win, const cchar_t *wch); int wgetbkgrnd(WINDOW *win, cchar_t *wch);DESCRIPTIONThe bkgrndset() and wbkgrndset() functions turn off the previous background attributes, logical OR the requested attributes into the window rendition, and set the background property of the current or specified window based on the information in wch. The bkgrnd() and wbkgrnd() functions turn off the previous background attributes, logical OR the requested attributes into the window ren- dition, and set the background property of the current or specified window and then apply this setting to every character position in that window: o The rendition of every character on the screen is changed to the new window rendition. o Wherever the former background character appears, it is changed to the new background character. If wch refers to a non-spacing complex character for bkgrnd(), bkgrndset(), wbkgrnd(), and wbkgrndset(), then wch is added to the existing spacing complex character that is the background character. If wch refers to a multi-column character, the results are unspecified. The getbkgrnd() and wgetbkgrnd() functions store, into the area pointed to buy wch, the window's background character and rendition.PARAMETERSwch Is a pointer to the complex background character to be set. win Is a pointer to the window in which the complex background character is to be set.RETURN VALUESThe bkgrndset() and wbkgrndset() functions do not return a value. Upon successful completion, the other functions return OK. Otherwise, they return ERR.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+SEE ALSOadd_wch(3XCURSES), add_wchnstr(3XCURSES), addch(3XCURSES), addchstr(3XCURSES), attroff(3XCURSES), bkgd(3XCURSES), clear(3XCURSES), clr- toeol(3XCURSES), clrtobot(3XCURSES), erase(3XCURSES), inch(3XCURSES), libcurses(3XCURSES), mvprintw(3XCURSES), attributes(5), standards(5) SunOS 5.11 5 Jun 2002 bkgrnd(3XCURSES)
Related Man Pages |
---|
bkgrnd(3) - osf1 |
bkgrnd(3xcurses) - sunos |
wgetbkgrnd(3xcurses) - sunos |
getbkgrnd(3xcurses) - opensolaris |
wbkgrndset(3xcurses) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
solaris zones vs container.. |
Grep the 'not running' jobs and will send the update in mail with its name(job) |
What's legal and what's not? |
What is good? |