ttyplot

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

commit a5c891ef397a2046ea1ef56783df466b34658a38
parent 35662c744f5370010c045fe4cc2316935e29ea42
Author: Antoni Sawicki <as@tenoware.com>
Date:   Tue, 16 Oct 2018 02:05:26 -0700

return from main

Diffstat:
Mttyplot.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ttyplot.c b/ttyplot.c @@ -252,4 +252,5 @@ int main(int argc, char *argv[]) { endwin(); + return 0; }