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 @@ 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 */