diff urogue/command.c @ 267:911f0aa6e758

UltraRogue: flush output when exiting.
author John "Elwin" Edwards
date Sun, 26 Feb 2017 14:58:49 -0500
parents c495a4f288c6
children 88bd51f231e7
line wrap: on
line diff
--- a/urogue/command.c	Sun Feb 19 19:56:43 2017 -0500
+++ b/urogue/command.c	Sun Feb 26 14:58:49 2017 -0500
@@ -366,6 +366,7 @@
                         wclear(cw);
                         wrefresh(cw);
                         endwin();
+			printf("\n");
                         exit(0);
                     }
                     break;