Properly toggle bracketed paste mode on stop/cont

Fixes #449
This commit is contained in:
ailin-nemui 2016-03-22 16:05:14 +01:00
commit 35d255fc8c
4 changed files with 27 additions and 9 deletions

View file

@ -92,6 +92,9 @@ struct _TERM_REC {
/* Keyboard-transmit mode */
const char *TI_smkx;
const char *TI_rmkx;
/* Terminal mode states */
int bracketed_paste_enabled;
};
extern TERM_REC *current_term;