|
iPXE
|
Macros | |
| #define | ANSIESC_CUP 'H' |
| Cursor position. | |
| #define | ANSIESC_ED 'J' |
| Erase in page. | |
| #define | ANSIESC_ED_TO_END 0 |
| Erase from cursor to end of page. | |
| #define | ANSIESC_ED_FROM_START 1 |
| Erase from start of page to cursor. | |
| #define | ANSIESC_ED_ALL 2 |
| Erase whole page. | |
| #define | ANSIESC_SGR 'm' |
| Select graphic rendition. | |
| #define | ANSIESC_LOG_PRIORITY 'p' |
| Explicit log message priority. | |
| #define | ANSIESC_DECTCEM_SET ( ( '?' << 8 ) | 'h' ) |
| Show cursor. | |
| #define | ANSIESC_DECTCEM_RESET ( ( '?' << 8 ) | 'l' ) |
| Hide cursor. | |
| #define ANSIESC_ED_TO_END 0 |
| #define ANSIESC_ED_FROM_START 1 |
| #define ANSIESC_ED_ALL 2 |
Erase whole page.
Definition at line 116 of file ansiesc.h.
Referenced by bios_handle_ed(), efi_handle_ed(), and fbcon_handle_ed().
| #define ANSIESC_LOG_PRIORITY 'p' |
| #define ANSIESC_DECTCEM_SET ( ( '?' << 8 ) | 'h' ) |