HP-UX Reference (11i v1 00/12) - 5 Miscellaneous Topics, 7 Device (Special) Files, 9 General Information, Index (vol 9)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man5/!!!intro.5
________________________________________________________________
___ ___
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 applicationsthat 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 Release 11i: December 2000 − 12 − Section 5−−39
___
___