X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=io.c;h=418152969d23cfedcbee5771ab242b293af3ce17;hb=3ee4e7935ce2710f45d60df2eaf25bcc802c729b;hp=d34184206dda81290214e4fbd52f0bd0b06046a9;hpb=0494866db0a61c4111d1fb15836cea9b8c1a9d97;p=super-star-trek.git diff --git a/io.c b/io.c index d341842..4181529 100644 --- a/io.c +++ b/io.c @@ -121,7 +121,10 @@ void skip(int i) { while (i-- > 0) { if (game.options & OPTION_CURSES) { - proutn("\n\r"); + if (curwnd == message_window && getcury(curwnd) == getmaxy(curwnd)) + pause_game(0); + else + proutn("\n"); } else { linecount++; if (linecount >= rows)