summaryrefslogtreecommitdiff
path: root/terminal/terminal.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-25 20:43:27 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-25 20:43:27 +0200
commit1252a288665a7d07dcf5f0e468dc67b9440132d0 (patch)
treefe5818b2cf703385312c8c6de76a7bef04eba496 /terminal/terminal.h
parentce50b0f007b8d71078a03d2a83ad8e35b0931dab (diff)
working on fool-term
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);