Enable the bracketed paste mode on demand

This commit is contained in:
LemonBoy 2015-09-09 22:35:11 +02:00 committed by dequis
commit 4764b102ff
3 changed files with 13 additions and 0 deletions

View file

@ -94,6 +94,8 @@ void term_refresh(TERM_WINDOW *window);
void term_stop(void);
void term_set_bracketed_paste_mode(int enable);
/* keyboard input handling */
void term_set_input_type(int type);
void term_gets(GArray *buffer, int *line_count);