w(3X) w(3X)
NAME
w - pointer page for functions with w prefix
DESCRIPTION
Most uses of the w prefix indicate that a Curses function takes a win
argument that specifies the affected window. (The corresponding func-
tions without the w prefix operate on the current window.)
The wunctrl() function is an exception to this rule and has an entry
under its own name.
The w functions are discussed together with the corresponding func-
tions without the w prefix. They are found on the following entries:
Function Refer to
___________________________________
waddch() addch(3X)
waddchnstr() addchstr(3X)
waddchstr() addchstr(3X)
waddnstr() addnstr(3X)
waddstr() addnstr(3X)
waddnwstr() addnwstr(3X)
waddwstr() addnwstr(3X)
waddwch() addwch(3X)
waddwchnstr() addwchnstr(3X)
waddwchstr() addwchnstr(3X)
wattroff() attroff(3X)
wattron() attroff(3X)
wattrset() attroff(3X)
wattrget() attrget(3X)
wattroff() attrget(3X)
wattron() attrget(3X)
wattrset() attrget(3X)
wbkgd() bkgd(3X)
wbkgdset() bkgd(3X)
wbkgrnd() bkgrnd(3X)
wbkgrndset() bkgrnd(3X)
wborder() border(3X)
wborderset() borderset(3X)
wchgat() chgat(3X)
wclear() clear(3X)
wclrtobot() clrtobot(3X)
wclrtoeol() clrtoeol(3X)
wcursyncup() * syncok(3X)
wdelch() delch(3X)
wdeleteln() deleteln(3X)
wechochar() echochar(3X)
wechowchar() echowchar(3X)
werase() clear(3X)
wgetbkgrnd() bkgrnd(3X)
Page 1 Reliant UNIX 5.44 Printed 11/98
w(3X) w(3X)
wgetch() getch(3X)
wgetnstr() getnstr(3X)
wgetnwstr() getnwstr(3X)
wgetstr() getnstr(3X)
wgetwch() getwch(3X)
wgetwstr() getnwstr(3X)
whline() hline(3X)
whlineset() hlineset(3X)
winch() inch(3X)
winchnstr() inchnstr(3X)
winchstr() inchnstr(3X)
winnstr() innstr(3X)
winnwstr() innwstr(3X)
winsch() insch(3X)
winsdelln() insdelln(3X)
winsertln() insertln(3X)
winsnstr() insnstr(3X)
winsstr() insnstr(3X)
winstr() innstr(3X)
winsnwstr() insnwstr(3X)
winswch() inswch(3X)
winswstr() insnwstr(3X)
winwstr() innwstr(3X)
winwch() inwch(3X)
winwchnstr() inwchnstr(3X)
winwchstr() inwchnstr(3X)
wmove() move(3X)
wnoutrefresh() * doupdate(3X)
wprintw() mvprintw(3X)
wredrawln() redrawln(3X)
wrefresh() doupdate(3X)
wscanw() mvscanw(3X)
wscrl() scrl(3X)
wsetscrreg() clearok(3X)
wstandend() standend(3X)
wstandout() standend(3X)
wsyncdown() * syncok(3X)
wsyncup() * syncok(3X)
wtimeout() notimeout(3X)
wtouchln() * islinetouch(3X)
wvline() hline(3X)
wvlineset() hlineset(3X)
* = There is no corresponding function without the w prefix.
SEE ALSO
curses(3X).
Page 2 Reliant UNIX 5.44 Printed 11/98