diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-25 20:43:27 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-25 20:43:27 +0200 |
| commit | 1252a288665a7d07dcf5f0e468dc67b9440132d0 (patch) | |
| tree | fe5818b2cf703385312c8c6de76a7bef04eba496 /terminal/terminal.h | |
| parent | ce50b0f007b8d71078a03d2a83ad8e35b0931dab (diff) | |
working on fool-term
Diffstat (limited to 'terminal/terminal.h')
| -rw-r--r-- | terminal/terminal.h | 2 |
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); |
