This commit is contained in:
LemonBoy 2017-04-18 09:30:05 +00:00 committed by GitHub
commit 31e46a0980

View file

@ -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);