From fbbbc75200008e2b603e5b7df8cd2e1a5d17483b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 24 May 2015 03:32:14 +0200 Subject: syscalls and terminal functionality for GAMING mode --- terminal/terminal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'terminal/terminal.h') 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; -- cgit v1.2.3