summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 240dab1..de26001 100644
--- a/src/main.c
+++ b/src/main.c
@@ -340,7 +340,7 @@ static void * rototiller_thread(void *_rt)
if (rt->args.print_pipes) { /* render threads are idle at this point */
printf("\x1b[2J\x1b[;H"); /* ANSI codes for clear screen and move cursor to top left */
- til_stream_fprint(rt->stream, stdout);
+ til_stream_fprint_pipes(rt->stream, stdout);
}
}
© All Rights Reserved