ttyplot

Realtime terminal plotter
git clone git://git.sgregoratto.me/ttyplot
Log | Files | Refs | README | LICENSE

commit 5a55766a9f6bd0379fd72f8f6bccbea5d1710d66
parent 7a2897598ffce3d50962686d621e2438c19735a6
Author: Antoni Sawicki <tenox@google.com>
Date:   Sun,  5 May 2019 01:50:43 -0700

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -171,7 +171,7 @@ ttyplot [-r] [-c plotchar] [-C clipchar] [-s softmax] [-m hardmax] [-t title] [- issues ====== ### stdio buffering -by default stdio is buffered, you can work around it in [various ways](http://www.perkin.org.uk/posts/how-to-fix-stdio-buffering.html) +by default in unix stdio is buffered, you can work around it in [various ways](http://www.perkin.org.uk/posts/how-to-fix-stdio-buffering.html) ### ttyplot quits and erases screen when there is no more data it's by design, you can work around by adding sleep or read, for example: