Terminals have changed a bit since 1981.
[rogue-pphs.git] / main.c
diff --git a/main.c b/main.c
index 59240e0..7e27bd3 100644 (file)
--- a/main.c
+++ b/main.c
@@ -88,9 +88,9 @@ char **envp;
        atoi(getenv("SEED")) :\r
        lowtime + getpid());\r
     if (wizard)\r
-       printf("Hello %s, welcome to dungeon #%d", whoami, dnum);\r
+       printf("Hello %s, welcome to dungeon #%d\n", whoami, dnum);\r
     else\r
-       printf("Hello %s, just a moment while I dig the dungeon...", whoami);\r
+       printf("Hello %s, just a moment while I dig the dungeon...\n", whoami);\r
     fflush(stdout);\r
     seed = dnum;\r
     init_player();                     /* Roll up the rogue */\r