FreeNOS
|
#include <teken.h>
Data Fields | |
teken_format_t | ta_format |
teken_color_t | ta_fgcolor |
teken_color_t | ta_bgcolor |
teken_color_t teken_attr_t::ta_bgcolor |
Definition at line 79 of file teken.h.
Referenced by teken_init(), teken_subr_cons25_set_adapter_background(), and teken_subr_set_graphic_rendition().
teken_color_t teken_attr_t::ta_fgcolor |
Definition at line 78 of file teken.h.
Referenced by fill(), putchar(), teken_init(), teken_subr_cons25_set_adapter_foreground(), and teken_subr_set_graphic_rendition().
teken_format_t teken_attr_t::ta_format |
Definition at line 77 of file teken.h.
Referenced by teken_init(), teken_subr_cons25_set_adapter_foreground(), and teken_subr_set_graphic_rendition().