X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;h=1bc963b0d465ca07d99108b0570e363a36cde481;hp=77fdd222e1221d36fa15b1220a07c1ec25a1161f;hb=f9eb6383f1fc75589d186d9eb88e4190e26042a7;hpb=f72141fbe356cd7bfe90a91cf65353e2808197a8 diff --git a/misc.c b/misc.c index 77fdd22..1bc963b 100644 --- a/misc.c +++ b/misc.c @@ -894,8 +894,10 @@ long I, VAL; } else { if (logfp) IGNORE(fputs(INLINE+1, logfp)); - else if (!isatty(0)) + else if (!isatty(0)) { + IGNORE(fputs("> ", stdout)); IGNORE(fputs(INLINE+1, stdout)); + } LNLENG=0; for (I=1; I<=sizeof(INLINE) && INLINE[I]!=0; I++) { VAL=INLINE[I]+1;