Implement xterm extended mouse mode

This commit is contained in:
Bazyli Brzóska
2013-09-09 13:32:41 +02:00
committed by Keith Winstein
parent 5ef7f43479
commit 926bbcc746
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ 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 ), xterm_mouse( false ),
bracketed_paste( false ), xterm_mouse( false ), xterm_extended_mouse( false ),
application_mode_cursor_keys( false )
{
reinitialize_tabs( 0 );