[qwaq] Fix lost output

Turns out all I needed was a refresh() after initialization.
This commit is contained in:
Bill Currie 2020-02-27 21:38:55 +09:00
parent dd25bf5dfe
commit 6a58dcdddd

View file

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