X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=io.c;h=418152969d23cfedcbee5771ab242b293af3ce17;hp=fd50f61ab570bd2dfaf4eb925f390197981f1db9;hb=5713361f64d054a03c2c8b49493ac8e601fe94a7;hpb=60ed65bd77a833857379837c53b8224cbc1e86fc 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)