cufo/termstyle.h: Terminal Style Specification
[cufo: Formatted Output]

Data Structures

struct  cufo_termface
struct  cufo_termstyle

Defines

#define CUFO_TERMFACE_FGCOLOUR   1
#define CUFO_TERMFACE_BGCOLOUR   2
#define CUFO_TERMFACE_ITALIC   4
#define CUFO_TERMFACE_UNDERLINE   8
#define CUFO_TERMFACE_BOLD   16
#define CUFO_TERMFACE_REVERSE   32

Functions

void cufo_termface_init (cufo_termface_t face)
cufo_termface_t cufo_termface_new (void)
void cufo_termface_set_fgcolour (cufo_termface_t face, int colour)
void cufo_termface_set_bgcolour (cufo_termface_t face, int colour)
cu_bool_t cufo_termface_set_fgcolour_cstr (cufo_termface_t face, char const *colour)
cu_bool_t cufo_termface_set_bgcolour_cstr (cufo_termface_t face, char const *colour)
void cufo_termface_set_bool (cufo_termface_t face, unsigned int attr, cu_bool_t val)
void cufo_termface_set_italic (cufo_termface_t face, cu_bool_t val)
void cufo_termface_set_underline (cufo_termface_t face, cu_bool_t val)
void cufo_termface_set_bold (cufo_termface_t face, cu_bool_t val)
void cufo_termface_set_reverse (cufo_termface_t face, cu_bool_t val)
void cufo_termstyle_init (cufo_termstyle_t style)
cufo_termstyle_t cufo_termstyle_new (void)
cu_bool_t cufo_termstyle_loadinto (cufo_termstyle_t style, cu_str_t name)
cufo_termface_t cufo_termstyle_get (cufo_termstyle_t style, cufo_tag_t tag)
cufo_termface_t cufo_termstyle_ref (cufo_termstyle_t style, cufo_tag_t tag)
Generated 2009-11-23 for culibs-0.25 using Doxygen. Maintained by Petter Urkedal.