mod: use unbuffered streaming writer for TUIs
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 15m36s

This commit is contained in:
2026-06-03 17:39:11 +02:00
parent 24a08e0e62
commit cb262aa51f
18 changed files with 131 additions and 116 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ pub fn main(init: std.process.Init) !void {
}
// NOTE returned errors should be propagated back to the application
container.handle(&app.model, event) catch |err| try app.postEvent(.{
container.handle(io, &app.model, event) catch |err| try app.postEvent(.{
.err = .{
.err = err,
.msg = "Container Event handling failed",