mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-11 08:21:01 -04:00
csi: implement reverse video
This commit is contained in:
parent
c76e620d71
commit
b26e03fced
3 changed files with 18 additions and 8 deletions
|
|
@ -184,6 +184,7 @@ struct terminal {
|
|||
|
||||
enum decckm decckm;
|
||||
enum keypad_mode keypad_mode;
|
||||
bool reverse;
|
||||
bool hide_cursor;
|
||||
bool auto_margin;
|
||||
bool insert_mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue