Archive for the ‘W’ Category
trl, use_env, wunctrl – miscellaneous curses utility routines
USAGE
#include <curses.h>
char *unctrl(chtype c);
char *wunctrl(wchar_t w);
char *keyname(int c);
char *key_name(wchar_t w);
[...]
cok, wcursyncup, wsyncdown – create curses windows
USAGE
#include <curses.h>
WINDOW *newwin(int nlines, int ncols, int begin_y,
int begin_x);
int delwin(WINDOW *win);
[...]
trl, use_env, wunctrl – miscellaneous curses utility routines
USAGE
#include <curses.h>
char *unctrl(chtype c);
char *wunctrl(wchar_t w);
char *keyname(int c);
char *key_name(wchar_t w);
[...]
window attribute control routines
USAGE
#include <curses.h>
int attroff(int attrs);
int wattroff(WINDOW *win, int attrs);
int attron(int attrs);
int wattron(WINDOW *win, int attrs);
[...]
