HP-UX Reference (11i v1 05/09) - 5 Miscellaneous Topics (vol 9)
c
curses(5) curses(5)
(CURSES)
int wscanw(WINDOW *win, char *fmt, ...);
int wscrl(WINDOW *win, int n);
int wsetscrreg(WINDOW *win, int top, int bot);
int wstandend(WINDOW *win);
int wstandout(WINDOW *win);
void wsyncdown(WINDOW *win);
void wsyncup(WINDOW *win);
void wtimeout(WINDOW *win, int delay);
int wtouchln(WINDOW *win, int y, int n, int changed);
wchar_t *wunctrl(cchar_t *wc);
int wvline(WINDOW *win, chtype ch, int n);
int wvline_set(WINDOW *win, const cchar_t *wch, int n);
APPLICATION USAGE
In order to support historical applications that include
<curses.h> and use <varargs.h> the follow-
ing interfaces using va_list are declared as having a third argument of type
(void *): vw_printw() ,
vw_scanw() , vwprintw() , vwscanw().
SEE ALSO
curses_intro(3X), <stdio.h> (in the X/Open System Interfaces and Headers, Issue 4, Version 2
specification), <term.h>, <termios.h> (in the X/Open System Interfaces and Headers, Issue 4, Version
2 specification), <unctrl.h>, <wchar.h> (in the X/Open System Interfaces and Headers, Issue 4, Ver-
sion 2 specification).
CHANGE HISTORY
First released in X/Open Curses, Issue 2.
X/Open Curses, Issue 4
The entry is completely rewritten to include new constants, data types and function prototypes.
HP-UX 11i Version 1: September 2005 − 12 − Hewlett-Packard Company Section 5−−39