summaryrefslogtreecommitdiff
path: root/src/fe-text/terminfo-core.h
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-22 16:54:34 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-22 23:58:34 +0100
commitb9914abbf3a7fae6d15f26650a98d8e74aa1fa05 (patch)
tree9c2112d05cb2e56dde10e1fd00e134f79a09d31c /src/fe-text/terminfo-core.h
parentb1ffd5f6472584aa3966746da9728c5afefcc4ce (diff)
downloadirssi-b9914abbf3a7fae6d15f26650a98d8e74aa1fa05.zip
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
Diffstat (limited to 'src/fe-text/terminfo-core.h')
-rw-r--r--src/fe-text/terminfo-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/terminfo-core.h b/src/fe-text/terminfo-core.h
index 0ef280a1..1253fd9d 100644
--- a/src/fe-text/terminfo-core.h
+++ b/src/fe-text/terminfo-core.h
@@ -94,6 +94,7 @@ struct _TERM_REC {
const char *TI_rmkx;
/* Terminal mode states */
+ int appkey_enabled;
int bracketed_paste_enabled;
};