From 1252a288665a7d07dcf5f0e468dc67b9440132d0 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 25 May 2015 20:43:27 +0200 Subject: working on fool-term --- terminal/terminal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'terminal/terminal.h') diff --git a/terminal/terminal.h b/terminal/terminal.h index 5e97cc1..06b8f5a 100644 --- a/terminal/terminal.h +++ b/terminal/terminal.h @@ -66,6 +66,8 @@ typedef struct terminal_tty_struct term_out *screen; term_in *input; + bool reverse_video; + }terminal_tty; terminal_tty terminal_init(term_out *screen,term_in *input); -- cgit v1.2.3