mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
Reset the status of the bracketed paste mode on exit
This commit is contained in:
parent
f7658640fb
commit
3605bdf092
1 changed files with 4 additions and 0 deletions
|
|
@ -1254,6 +1254,10 @@ void gui_readline_deinit(void)
|
|||
|
||||
key_configure_freeze();
|
||||
|
||||
/* Reset the bracketed paste mode on exit */
|
||||
if (paste_use_bracketed_mode)
|
||||
term_set_bracketed_paste_mode(FALSE);
|
||||
|
||||
key_unbind("paste_start", (SIGNAL_FUNC) key_paste_start);
|
||||
|
||||
key_unbind("backward_character", (SIGNAL_FUNC) key_backward_character);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue