mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
[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:
parent
36f6dcc65e
commit
abe77523ae
1 changed files with 1 additions and 0 deletions
|
@ -754,6 +754,7 @@ static void
|
|||
bi_shutdown (void *_pr)
|
||||
{
|
||||
if (need_endwin) {
|
||||
qwaq_input_disable_mouse ();
|
||||
endwin ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue