Cursor visibility

This commit is contained in:
Keith Winstein
2011-02-01 02:53:39 -05:00
parent 6265f192ad
commit 2f1ccdf6eb
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ 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 )
insert_mode( false ), cursor_visible( true )
{
for ( int i = 0; i < width; i++ ) {
tabs[ i ] = ( (i % 8) == 0 );