ttyplot

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

commit f9ff54519d27e0dd54484dd414ccc058f297dd65
parent 3d0c802fad0c24e07a27c1c61bab371036c4cff4
Author: Antoni Sawicki <as@tenoware.com>
Date:   Tue, 23 Oct 2018 01:43:23 -0700

default title..

Diffstat:
Mttyplot.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ttyplot.c b/ttyplot.c @@ -129,7 +129,7 @@ int main(int argc, char *argv[]) { double max=FLT_MIN; double softmax=FLT_MIN; double hardmax=FLT_MIN; - char title[256]={0}; + char title[256]=".: ttyplot :."; char unit[64]={0}; char ls[256]={0}; int rate=0;