mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 14:12:11 +02:00
Enable the bracketed paste mode on demand
This commit is contained in:
parent
15dad291c7
commit
4764b102ff
3 changed files with 13 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue