ttyplot

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

commit ab04395a7989a225d9c1a4ce0f35505952337f08
parent 54baf4cef1af7366626d08badfa36b22b0e85b78
Author: Antoni Sawicki <tenox@google.com>
Date:   Wed,  1 May 2019 17:50:33 -0700

ver bump to 1.4

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

diff --git a/ttyplot.c b/ttyplot.c @@ -14,7 +14,7 @@ #include <curses.h> #include <signal.h> -#define verstring "github.com/tenox7/ttyplot 1.3" +#define verstring "github.com/tenox7/ttyplot 1.4" #ifdef NOACS #define T_HLINE '-'