Put a timestamp an email in lofiles. Add the replay debugging script.
[super-star-trek.git] / src / io.c
index 6d9a7e52491ef9a9af44b0ba3961208546f2e80d..6c312bf2aed4729023ec36e73ecc2364b11bd579 100644 (file)
--- 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)