Put a timestamp an email in lofiles. Add the replay debugging script.
[super-star-trek.git] / src / io.c
index 4571db2c3821d9ba6875705c9d6c8dec14b1e51c..6c312bf2aed4729023ec36e73ecc2364b11bd579 100644 (file)
--- a/src/io.c
+++ b/src/io.c
@@ -86,16 +86,13 @@ 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)
 {
     skip(1);
-    if (game.skill > SKILL_FAIR)
-       prouts(_("[ANOUNCEMENT ARRIVING...]"));
-    else
-       prouts(_("[IMPORTANT ANNOUNCEMENT ARRIVING -- PRESS ENTER TO CONTINUE]"));
+    prouts(_("[ANOUNCEMENT ARRIVING...]"));
     skip(1);
 }