summaryrefslogtreecommitdiff
path: root/terminal/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'terminal/terminal.h')
-rw-r--r--terminal/terminal.h4
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;