Implement bracketed paste mode

Allow bracketed paste mode-setting control sequences to be passed to the
outer terminal.

Signed-off-by: Barosl LEE <vcs@barosl.com>

Closes #430
This commit is contained in:
Barosl LEE
2013-05-29 12:54:29 +09:00
committed by Keith Winstein
parent 06561d3500
commit c6bf3a2025
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 ),
application_mode_cursor_keys( false )
bracketed_paste( false ), application_mode_cursor_keys( false )
{
reinitialize_tabs( 0 );
}