|
PatchworkOS
|
ANSI receiving structure. More...
#include <ansi.h>
Data Fields | |
| char | buffer [ANSI_MAX_LENGTH] |
| uint8_t | length |
| char ansi_receiving_t::buffer[ANSI_MAX_LENGTH] |
Definition at line 28 of file ansi.h.
Referenced by ansi_kbd_to_receiving(), and terminal_handle_input().
| uint8_t ansi_receiving_t::length |
Definition at line 29 of file ansi.h.
Referenced by ansi_kbd_to_receiving(), and terminal_handle_input().