mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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:
parent
b1ffd5f647
commit
b9914abbf3
4 changed files with 23 additions and 4 deletions
|
|
@ -94,6 +94,7 @@ struct _TERM_REC {
|
|||
const char *TI_rmkx;
|
||||
|
||||
/* Terminal mode states */
|
||||
int appkey_enabled;
|
||||
int bracketed_paste_enabled;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue