diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-03-22 16:54:34 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-03-22 23:58:34 +0100 |
commit | b9914abbf3a7fae6d15f26650a98d8e74aa1fa05 (patch) | |
tree | 9c2112d05cb2e56dde10e1fd00e134f79a09d31c /src/fe-text/term.h | |
parent | b1ffd5f6472584aa3966746da9728c5afefcc4ce (diff) | |
download | irssi-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/term.h')
-rw-r--r-- | src/fe-text/term.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/term.h b/src/fe-text/term.h index 5f0a799e..9b726d82 100644 --- a/src/fe-text/term.h +++ b/src/fe-text/term.h @@ -94,6 +94,7 @@ void term_refresh(TERM_WINDOW *window); void term_stop(void); +void term_set_appkey_mode(int enable); void term_set_bracketed_paste_mode(int enable); /* keyboard input handling */ |