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);
[...]
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 [...]
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);
[...]
tcsh – C shell with file name completion and command line editing
USAGE
tcsh [-bcdefFimnqstvVxX] [-Dname[=value]] [arg ...]
tcsh -l
DESCRIPTION
tcsh is an enhanced but completely compatible version of the Berkeley
[...]
