X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=misc.c;h=a08720cbeb20b08cd7414d20eb743343bb3f1d83;hb=2bc887c84efbcd9ea4ae589d29285bc187173e9a;hp=6987d254788a4f961269de5d4060724bfc2aaab0;hpb=484ca4e9fd956e431c64d0465dbacd59215d23e4;p=open-adventure.git diff --git a/misc.c b/misc.c index 6987d25..a08720c 100644 --- a/misc.c +++ b/misc.c @@ -886,7 +886,7 @@ long I, VAL; if(MAP2[1] == 0)MPINIT(); - if (!oldstyle && isatty(0) && !SETUP) + if (!oldstyle && SETUP) fputs("> ", stdout); IGNORE(fgets(INLINE+1,sizeof(INLINE)-1,OPENED)); if (feof(OPENED)) {