Implement xterm mouse mode
This commit is contained in:
committed by
Keith Winstein
parent
6f0669b909
commit
5ef7f43479
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user