mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
parent
83bee9c6b7
commit
35d255fc8c
4 changed files with 27 additions and 9 deletions
|
|
@ -710,11 +710,3 @@ void term_gets(GArray *buffer, int *line_count)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void term_set_bracketed_paste_mode(int enable)
|
||||
{
|
||||
if (enable)
|
||||
tputs("\e[?2004h", 0, term_putchar);
|
||||
else
|
||||
tputs("\e[?2004l", 0, term_putchar);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue