X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=08fdcfaf6f1b1a3a89e41c8c5793096cda5c442f;hb=4c5474121fb033a7d7048d2c65c0d9ddb2640c37;hp=0eae1623a25bc4c95539df1825435ff628087f5d;hpb=63e971fc4cfc4d7a5638da032326eaf016c62719;p=open-adventure.git diff --git a/misc.c b/misc.c index 0eae162..08fdcfa 100644 --- a/misc.c +++ b/misc.c @@ -730,6 +730,8 @@ bool MAPLIN(FILE *fp) * and is not changed thereafter unless the routines on this page choose * to do so. */ + if (!oldstyle && !isatty(1)) + fputs("> ", stdout); do { if (oldstyle) { IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,fp));