term

Synopsis

Terminal ansi escape goodies

Version
0.0.2
Source
clibs/term
License
MIT

API

Details

term_background ()
int
term_background     (const char * name);

term_color ()
int
term_color          (const char * name);

term_color_from_name ()
int
term_color_from_name(const char * name);

term_erase ()
int
term_erase          (const char * name);

term_erase_from_name ()
const char *
term_erase_from_name(const char * name);

term_move_by ()
void
term_move_by        (int x, int y);

term_move_to ()
void
term_move_to        (int x, int y);

term_size ()
int
term_size           (int * width, int * height);