diff --git a/srogue/command.c b/srogue/command.c index 8ddf56c..7651167 100644 --- a/srogue/command.c +++ b/srogue/command.c @@ -661,6 +661,7 @@ shell() #endif printf("\n%s", retstr); fflush(stdout); + nonl(); noecho(); crmode(); in_shell = FALSE; diff --git a/srogue/main.c b/srogue/main.c index 248b445..01e76ad 100644 --- a/srogue/main.c +++ b/srogue/main.c @@ -417,6 +417,7 @@ setup() signal(SIGPIPE, game_err); signal(SIGTERM, game_err); + nonl(); cbreak(); noecho(); }