X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=io.c;h=418152969d23cfedcbee5771ab242b293af3ce17;hp=fd50f61ab570bd2dfaf4eb925f390197981f1db9;hb=3ee4e7935ce2710f45d60df2eaf25bcc802c729b;hpb=ca19525727deffe6ea0012d35168d9942baa3958 diff --git a/io.c b/io.c index fd50f61..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"); + if (curwnd == message_window && getcury(curwnd) == getmaxy(curwnd)) + pause_game(0); + else + proutn("\n"); } else { linecount++; if (linecount >= rows)