runtime: format: add truncation and single-line support to value_writer
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user