Archive for the ‘T’ 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);
[...]

Thursday, August 27th, 2009 at 20:47 | Comments Off
Categories: T, U, W

touched – curses refresh control routines
USAGE
#include <curses.h>
int touchwin(WINDOW *win);
int touchline(WINDOW *win, int start, int count);
int untouchwin(WINDOW *win);
int wtouchln(WINDOW *win, int [...]

Thursday, August 27th, 2009 at 02:30 | Comments Off
Categories: T
Tags:

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);
[...]

Thursday, August 27th, 2009 at 02:29 | Comments Off
Categories: T, U, W
Wednesday, August 26th, 2009 at 23:58 | Comments Off
Categories: T
TOP