|
PatchworkOS
|
Terminal data event structure. struct uevent_terminal_data_t. More...
#include <terminal.h>
Data Fields | |
| char | buffer [TERMINAL_MAX_INPUT] |
| uint64_t | length |
Terminal data event structure. struct uevent_terminal_data_t.
The data sent from the io thread to the main thread when there is data.
Definition at line 58 of file terminal.h.
| char uevent_terminal_data_t::buffer[TERMINAL_MAX_INPUT] |
Definition at line 60 of file terminal.h.
Referenced by terminal_loop(), and terminal_procedure().
| uint64_t uevent_terminal_data_t::length |
Definition at line 61 of file terminal.h.
Referenced by terminal_loop(), and terminal_procedure().