summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-06-08 20:15:45 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-06-08 20:15:45 -0700
commitf5b05390f057b0c7c1a5f99be354692445678e55 (patch)
treef54842b40e5943d9f87d555093cee0671c7f3a73 /src/main.c
parent7b09ed69ad9f454e702b750d529a8dda95de0aec (diff)
til_stream: name pipe-oriented stream api as such
When all the stream encapsulated were pipes/taps, naming was less precise. With module contexts in the process of being registered in the stream, there's a need to distinguish things more. This is a largely mechanical naming change...
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