curses.5 (2010 09)

c
curses(5) curses(5)
(CURSES)
KEY_SMOVE Shifted move key
KEY_SNEXT Shifted next key
KEY_SOPTIONS Shifted options key
KEY_SPREVIOUS Shifted prev key
KEY_SPRINT Shifted print key
KEY_SREDO Shifted redo key
KEY_SREPLACE Shifted replace key
KEY_SRIGHT Shifted right arrow
KEY_SRSUME Shifted resume key
KEY_SSAVE Shifted save key
KEY_SSUSPEND Shifted suspend key
KEY_SUNDO Shifted undo key
KEY_SUSPEND Suspend key
KEY_UNDO Undo key
Function Prototypes
The following are declared as functions, and may also be defined as macros:
int addch(const chtype ch);
int addchstr(const chtype *chstr);
int addchnstr(const chtype *chstr, int n);
int addnstr(const char *str, int n);
int addstr(const char *str);
int addnwstr(const wchar_t *wstr, int n);
int addwstr(const wchar_t *wstr);
int add_wch(const cchar_t *wch);
int add_wchnstr(const cchar_t *wchstr, int n);
int add_wchstr(const cchar_t *wchstr);
int attroff(int attrs);
int attron(int attrs);
int attrset(int attrs);
int attr_get(attr_t *attrs, short *color_pair, void *opts);
int attr_off(attr_t attrs, void *opts);
int attr_on(attr_t attrs, void *opts);
int attr_set(attr_t attrs, short color_pair, void *opts);
int baudrate(void);
int beep(void);
int bkgd(chtype ch);
void bkgdset(chtype ch);
void bkgrndset(const cchar_t *wch);
int bkgrnd(const cchar_t *wch);
int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl,
chtype tr, chtype bl, chtype br);
int border_set(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 box(WINDOW *win, chtype verch, chtype horch);
int box_set(WINDOW *win, const cchar_t *verch,
const cchar_t *horch);
bool can_change_color(void);
int cbreak(void);
int chgat(int n, attr_t attr, short color, const void *opts);
int clear(void);
int clearok(WINDOW *win, bool bf);
int clrtobot(void);
int clrtoeol(void);
int color_content(short color, short *red, short *green,
short *blue);
int COLOR_PAIR(int n);
int copywin(const WINDOW *srcwin, WINDOW *dstwin, int sminrow,
int smincol, int dminrow, int dmincol, int dmaxrow,
int dmaxcol, int overlay);
HP-UX 11i Version 3: September 2010 5 Hewlett-Packard Company 5