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