Imprive documentation, fix a typo, add the hacking guide.
[super-star-trek.git] / src / io.c
index 6d9a7e52491ef9a9af44b0ba3961208546f2e80d..416649f9d6b2f667e39d99e233fe5babb544a53a 100644 (file)
--- a/src/io.c
+++ b/src/io.c
@@ -86,13 +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);
-    prouts(_("[ANOUNCEMENT ARRIVING...]"));
+    prouts(_("[ANNOUNCEMENT ARRIVING...]"));
     skip(1);
 }