summaryrefslogtreecommitdiff
path: root/src/fe-text/term.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-23 00:08:36 +0100
commit6c0c0c60ad62e45664ee0c77ae3c926892de267c (patch)
tree0863dd8c3d874a5fcb36e437483ddd1c9f75c473 /src/fe-text/term.h
parent6572005d3d8071dc7faa1637986ed81692203e13 (diff)
downloadirssi-6c0c0c60ad62e45664ee0c77ae3c926892de267c.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.h1
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 */