summaryrefslogtreecommitdiff
path: root/terminal/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'terminal/terminal.h')
-rw-r--r--terminal/terminal.h2
1 files changed, 2 insertions, 0 deletions
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);