Implement xterm mouse mode

This commit is contained in:
Bazyli Brzóska
2013-09-09 01:45:03 +02:00
committed by Keith Winstein
parent 6f0669b909
commit 5ef7f43479
4 changed files with 13 additions and 2 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ DrawState::DrawState( int s_width, int s_height )
renditions( 0 ), save(),
next_print_will_wrap( false ), origin_mode( false ), auto_wrap_mode( true ),
insert_mode( false ), cursor_visible( true ), reverse_video( false ),
bracketed_paste( false ), application_mode_cursor_keys( false )
bracketed_paste( false ), xterm_mouse( false ),
application_mode_cursor_keys( false )
{
reinitialize_tabs( 0 );
}