Rollup patch.
[super-star-trek.git] / src / io.c
index 7ea0b2c6868923c734b1624070c01ee558fb792c..e218c3ee7d2fc191624a7d092262969adb2e36a9 100644 (file)
--- a/src/io.c
+++ b/src/io.c
@@ -19,12 +19,12 @@ static void outro(void)
 /* wrap up, either normally or due to signal */
 {
     if (game.options & OPTION_CURSES) {
-       clear();
-       curs_set(1);
-       (void)refresh();
-       (void)resetterm();
-       //(void)echo();
-       (void)endwin();
+       //clear();
+       //curs_set(1);
+       //refresh();
+       //resetterm();
+       //echo();
+       endwin();
        putchar('\n');
     }
     if (logfp)