ttyplot

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

commit 3d51db214c90ce729ed39d54ad8ca0d41e9686a1
parent b86cb86b33cd3aa8794ef66d73a0bcba11f093fb
Author: Antoni Sawicki <tenox@google.com>
Date:   Fri, 10 May 2019 01:34:37 -0700

ifdef formatting

Diffstat:
Mttyplot.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ttyplot.c b/ttyplot.c @@ -185,10 +185,10 @@ int main(int argc, char *argv[]) { initscr(); /* uses filesystem, so before pledge */ -#ifdef __OpenBSD__ + #ifdef __OpenBSD__ if (pledge("stdio tty", NULL) == -1) err(1, "pledge"); -#endif + #endif time(&t1); noecho();