runtime: format: add truncation and single-line support to value_writer

This commit is contained in:
2026-06-20 15:10:15 +01:00
parent c262b53eab
commit 4a567a1bb9
7 changed files with 160 additions and 53 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
void bshell_runtime_begin_output(struct bshell_runtime *rt)
{
bshell_value_writer_init(&rt->rt_writer, fx_stdout);
bshell_value_writer_init(&rt->rt_writer, 0, 0, fx_stdout);
}
void bshell_runtime_output_value(