Definition at line 54 of file ansi.c.
◆ anonymous enum
Enumerator |
---|
STATE_NORMAL | |
STATE_ESCAPE | |
STATE_CODE | |
STATE_MUSIC_PREAMBLE | |
Definition at line 68 of file ansi.c.
◆ frame
x cursor position (pixels)
Definition at line 56 of file ansi.c.
y cursor position (pixels)
Definition at line 57 of file ansi.c.
◆ sx
saved x cursor position (pixels)
Definition at line 58 of file ansi.c.
◆ sy
saved y cursor position (pixels)
Definition at line 59 of file ansi.c.
◆ font
const uint8_t* AnsiContext::font |
font
Definition at line 60 of file ansi.c.
◆ font_height
int AnsiContext::font_height |
font height
Definition at line 61 of file ansi.c.
◆ attributes
int AnsiContext::attributes |
attribute flags
Definition at line 62 of file ansi.c.
◆ fg
foreground color
Definition at line 63 of file ansi.c.
◆ bg
background color
Definition at line 64 of file ansi.c.
◆ first_frame
int AnsiContext::first_frame |
◆ state
enum { ... } AnsiContext::state |
◆ args
◆ nb_args
number of arguments (may exceed MAX_NB_ARGS)
Definition at line 76 of file ansi.c.
The documentation for this struct was generated from the following file: