curses.5 (2010 09)
c
curses(5) curses(5)
(CURSES)
char *tparm(char *cap, long p1, long p2, long p3, long p4,
long p5, long p6, long p7, long p8, long p9);
int typeahead(int fildes);
int ungetch(int ch);
int unget_wch(const wchar_t wch);
int untouchwin(WINDOW *win);
void use_env(bool boolvalue);
int vidattr(chtype attr);
int vid_attr(attr_t attr, short color_pair, void *opts);
int vidputs(chtype attr, int (*putfunc)(int));
int vid_puts(attr_t attr, short color_pair, void *opt,
int (*putwfunc)(int));
int vline(chtype ch, int n);
int vline_set(const cchar_t *wch, int n);
int vwprintw(WINDOW *win, char *fmt, void *varglist);
int vw_printw(WINDOW *win, char *fmt, void *varglist);
int vwscanw(WINDOW *win, char *fmt, void *varglist);
int vw_scanw(WINDOW *win, char *fmt, void *varglist);
int waddch(WINDOW *win, const chtype ch);
int waddchnstr(WINDOW *win, const chtype *chstr, int n);
int waddchstr(WINDOW *win, const chtype *chstr);
int waddnstr(WINDOW *win, const char *str, int n);
int waddnwstr(WINDOW *win, const wchar_t *wstr, int n);
int waddstr(WINDOW *win, const char *str);
int waddwstr(WINDOW *win, const wchar_t *wstr);
int wadd_wch(WINDOW *win, const cchar_t *wch);
int wadd_wchnstr(WINDOW *win, const cchar_t *wchstr, int n);
int wadd_wchstr(WINDOW *win, const cchar_t *wchstr);
int wattroff(WINDOW *win, int attrs);
int wattron(WINDOW *win, int attrs);
int wattrset(WINDOW *win, int attrs);
int wattr_get(WINDOW *win, attr_t *attrs, short *color_pair, void *opts);
int wattr_off(WINDOW *win, attr_t attrs, void *opts);
int wattr_on(WINDOW *win, attr_t attrs, void *opts);
int wattr_set(WINDOW *win, attr_t attrs, void *opts);
int wbkgd(WINDOW *win, chtype ch);
void wbkgdset(WINDOW *win, chtype ch);
int wbkgrnd(WINDOW *win, const cchar_t *wch);
void wbkgrndset(WINDOW *win, const cchar_t *wch);
int wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs,
chtype tl, chtype tr, chtype bl, chtype br);
int wborder_set(WINDOW *win, const cchar_t *ls, const cchar_t *rs,
const cchar_t *ts, const cchar_t *bs,
const cchar_t *tl, const cchar_t *tr,
const cchar_t *bl, const cchar_t *br);
int wchgat(WINDOW *win, int n, attr_t attr, short color,
const void *opts);
int wclear(WINDOW *win);
int wclrtobot(WINDOW *win);
int wclrtoeol(WINDOW *win);
void wcursyncup(WINDOW *win);
int wdelch(WINDOW *win);
int wdeleteln(WINDOW *win);
int wechochar(WINDOW *win, const chtype ch);
int wecho_wchar(WINDOW *win, const cchar_t *wch);
int werase(WINDOW *win);
int wgetbkgrnd(WINDOW *win, cchar_t *wch);
10 Hewlett-Packard Company − 10 − HP-UX 11i Version 3: September 2010