ttyplot

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

commit 4c3c989d02ac1e0f177e0b09f35fb69c105a0c90
parent ed910abdfa5827735d494d4c15fb724e22e9b014
Author: Antoni Sawicki <as@tenoware.com>
Date:   Tue, 23 Oct 2018 23:50:52 -0700

ver bump

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

diff --git a/ttyplot.c b/ttyplot.c @@ -13,7 +13,7 @@ #include <curses.h> #include <signal.h> -#define verstring "github.com/tenox7/ttyplot 1.0" +#define verstring "github.com/tenox7/ttyplot 1.1" void usage() { printf("Usage:\n ttyplot [-2] [-r] [-c plotchar] [-s softmax] [-m hardmax] [-t title] [-u unit]\n\n"