mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
Merge 3605bdf092 into c890ecafa0
This commit is contained in:
commit
31e46a0980
1 changed files with 4 additions and 0 deletions
|
|
@ -1299,6 +1299,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