X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fio.c;h=6c312bf2aed4729023ec36e73ecc2364b11bd579;hp=6d9a7e52491ef9a9af44b0ba3961208546f2e80d;hb=29d86fb395ca01e4a4f65f02d67f5823a4ebba11;hpb=11ee6e5e6b8a75bcfe2c2fdda71e2ac23072beb5 diff --git a/src/io.c b/src/io.c index 6d9a7e5..6c312bf 100644 --- a/src/io.c +++ b/src/io.c @@ -86,7 +86,7 @@ void waitfor(void) /* wait for user action -- OK to do nothing if on a TTY */ { if (game.options & OPTION_CURSES) - getch(); + wgetch(prompt_window); } void announce(void)