Make use of terminal application keys configurable

adds a new setting term_appkey_mode which can enable or disable the use
of keyboard transmit (application keys) mode. Fixes #430
This commit is contained in:
ailin-nemui 2016-03-22 16:54:34 +01:00
commit b9914abbf3
4 changed files with 23 additions and 4 deletions

View file

@ -94,6 +94,7 @@ struct _TERM_REC {
const char *TI_rmkx;
/* Terminal mode states */
int appkey_enabled;
int bracketed_paste_enabled;
};