#include <sys/types.h>
#include <Macros.h>
Go to the source code of this file.
|
| typedef unsigned char | teken_char_t |
| |
| typedef unsigned short | teken_unit_t |
| |
| typedef unsigned char | teken_format_t |
| |
| typedef unsigned char | teken_color_t |
| |
| typedef struct __teken | teken_t |
| |
| typedef void | teken_state_t(teken_t *, teken_char_t) |
| |
| typedef void | tf_bell_t(void *) |
| |
| typedef void | tf_cursor_t(void *, const teken_pos_t *) |
| |
| typedef void | tf_putchar_t(void *, const teken_pos_t *, teken_char_t, const teken_attr_t *) |
| |
| typedef void | tf_fill_t(void *, const teken_rect_t *, teken_char_t, const teken_attr_t *) |
| |
| typedef void | tf_copy_t(void *, const teken_rect_t *, const teken_pos_t *) |
| |
| typedef void | tf_param_t(void *, int, unsigned int) |
| |
| typedef void | tf_respond_t(void *, const void *, size_t) |
| |
◆ T_NUMCOL
◆ T_NUMSIZE
◆ TC_BLACK
◆ TC_BLUE
◆ TC_BROWN
◆ TC_CYAN
◆ TC_GREEN
◆ TC_MAGENTA
◆ TC_NCOLORS
◆ TC_RED
◆ TC_WHITE
◆ TF_BLINK
◆ TF_BOLD
◆ TF_REVERSE
◆ TF_UNDERLINE
| #define TF_UNDERLINE 0x02 |
◆ TP_132COLS
◆ TP_AUTOREPEAT
◆ TP_CURSORKEYS
◆ TP_KEYPADAPP
◆ TP_SETBELLPD
◆ TP_SETBELLPD_DURATION
| #define TP_SETBELLPD_DURATION |
( |
|
pd | ) |
((pd) & 0xffff) |
◆ TP_SETBELLPD_PITCH
| #define TP_SETBELLPD_PITCH |
( |
|
pd | ) |
((pd) >> 16) |
◆ TP_SHOWCURSOR
◆ TP_SWITCHVT
◆ teken_char_t
◆ teken_color_t
◆ teken_format_t
◆ teken_state_t
◆ teken_t
◆ teken_unit_t
◆ tf_bell_t
| typedef void tf_bell_t(void *) |
◆ tf_copy_t
◆ tf_cursor_t
◆ tf_fill_t
◆ tf_param_t
| typedef void tf_param_t(void *, int, unsigned int) |
◆ tf_putchar_t
◆ tf_respond_t
| typedef void tf_respond_t(void *, const void *, size_t) |
◆ teken_get_curattr()
◆ teken_get_defattr()
◆ teken_init()
Definition at line 173 of file teken.c.
References __teken::t_defattr, __teken::t_funcs, __teken::t_nextstate, __teken::t_softc, teken_attr_t::ta_bgcolor, teken_attr_t::ta_fgcolor, teken_attr_t::ta_format, TC_BLACK, TC_WHITE, teken_set_winsize(), teken_state_init, teken_subr_do_reset(), and teken_pos_t::tp_row.
Referenced by Terminal::initialize().
◆ teken_input()
◆ teken_set_curattr()
◆ teken_set_cursor()
◆ teken_set_defattr()
◆ teken_set_winsize()