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
+2 -1
View File
@@ -47,7 +47,8 @@ DrawState::DrawState( int s_width, int s_height )
scrolling_region_top_row( 0 ), scrolling_region_bottom_row( height - 1 ),
renditions(), save(),
next_print_will_wrap( false ), origin_mode( false ), auto_wrap_mode( true ),
insert_mode( false ), cursor_visible( true ), application_mode_cursor_keys( false )
insert_mode( false ), cursor_visible( true ), reverse_video( false ),
application_mode_cursor_keys( false )
{
for ( int i = 0; i < width; i++ ) {
tabs[ i ] = ( (i % 8) == 0 );