Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
7e29da0
)
fflush(stdout) to print line by line if stdout is not a tty
author
Josuah Demangeon <
[email protected]
>
Tue, 8 May 2018 13:13:56 +0000
(15:13 +0200)
committer
Aaron Marcher <
[email protected]
>
Tue, 8 May 2018 13:18:32 +0000
(15:18 +0200)
To reproduce the issue:
$ slstatus -s | tee
then it would print only when the stdout buffer is full, by block
of multiple lines.
fflush() makes sure the line is printed at every loop iteration
No differences found