Echo commands to stdout when replaying...
...makes check loads full transcripts abd more readable.
This commit is contained in:
parent
a416d78a58
commit
63efff14f5
1 changed files with 2 additions and 0 deletions
2
misc.c
2
misc.c
|
@ -894,6 +894,8 @@ long I, VAL;
|
|||
} else {
|
||||
if (logfp)
|
||||
IGNORE(fputs(INLINE+1, logfp));
|
||||
else if (!isatty(0))
|
||||
IGNORE(fputs(INLINE+1, stdout));
|
||||
LNLENG=0;
|
||||
for (I=1; I<=sizeof(INLINE) && INLINE[I]!=0; I++) {
|
||||
VAL=INLINE[I]+1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue