diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-24 03:32:14 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-24 03:32:14 +0200 |
| commit | fbbbc75200008e2b603e5b7df8cd2e1a5d17483b (patch) | |
| tree | eb78fa27e182fd840b02f603cef3a1df97a53249 /terminal/terminal.h | |
| parent | f5d8d7bee20742a7a101665ebca630ff8e05d77b (diff) | |
syscalls and terminal functionality for GAMING mode
Diffstat (limited to 'terminal/terminal.h')
| -rw-r--r-- | terminal/terminal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/terminal/terminal.h b/terminal/terminal.h index e97a413..5e97cc1 100644 --- a/terminal/terminal.h +++ b/terminal/terminal.h @@ -48,6 +48,10 @@ typedef struct terminal_tty_struct uint8_t fg; uint8_t bg; + bool set_buff; + bool set_lfnl; + bool set_echo; + uint32_t width; uint32_t height; uint32_t x; |
