mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qwaq] Fix lost output
Turns out all I needed was a refresh() after initialization.
This commit is contained in:
parent
dd25bf5dfe
commit
6a58dcdddd
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ bi_initialize (progs_t *pr)
|
|||
nodelay (stdscr, TRUE);
|
||||
mousemask(ALL_MOUSE_EVENTS | REPORT_MOUSE_POSITION, NULL);
|
||||
write(1, MOUSE_MOVES, sizeof (MOUSE_MOVES) - 1);
|
||||
refresh();
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue