[qwaq] Disable xterm mouse handling on shutdown

Getting mouse escape codes on the command line is not very pleasant
(even if display-only).
This commit is contained in:
Bill Currie 2021-10-29 10:16:42 +09:00
parent 36f6dcc65e
commit abe77523ae

View file

@ -754,6 +754,7 @@ static void
bi_shutdown (void *_pr)
{
if (need_endwin) {
qwaq_input_disable_mouse ();
endwin ();
}
}