Support reverse video.

This commit is contained in:
Keith Winstein
2011-02-04 02:04:09 -05:00
parent 9dc3c425ad
commit 63d2f5ce42
4 changed files with 11 additions and 2 deletions
+1
View File
@@ -69,6 +69,7 @@ namespace Terminal {
bool auto_wrap_mode;
bool insert_mode;
bool cursor_visible;
bool reverse_video;
bool application_mode_cursor_keys;