iPXE
|
ANSI escape sequence context. More...
#include <ansiesc.h>
Data Fields | |
struct ansiesc_handler * | handlers |
Array of handlers. More... | |
unsigned int | count |
Parameter count. More... | |
int | params [ANSIESC_MAX_PARAMS] |
Parameter list. More... | |
unsigned int | function |
Control function identifier. More... | |
ANSI escape sequence context.
This provides temporary storage for processing escape sequences, and points to the list of escape sequence handlers.
struct ansiesc_handler* ansiesc_context::handlers |
Array of handlers.
Must be terminated by a handler with function
set to zero.
Definition at line 79 of file ansiesc.h.
Referenced by fbcon_init().
unsigned int ansiesc_context::count |
int ansiesc_context::params[ANSIESC_MAX_PARAMS] |
unsigned int ansiesc_context::function |