ttyplot

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

commit d6a5ec90c742c4765ca16eed814fa61dadb68cd5
parent 404fb4f00cf91f4ca7eb29342cebaafcc617cf71
Author: Antoni Sawicki <tenox@google.com>
Date:   Wed, 24 Jul 2019 16:55:34 -0700

fixed #40 -e was not honored

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

diff --git a/ttyplot.c b/ttyplot.c @@ -151,7 +151,7 @@ int main(int argc, char *argv[]) { int two=0; opterr=0; - while((c=getopt(argc, argv, "2rc:C:s:m:t:u:")) != -1) + while((c=getopt(argc, argv, "2rc:c:e:s:m:t:u:")) != -1) switch(c) { case 'r': rate=1;