Files
zterm/examples/elements/selection.zig
Yves Biener 79a0d17a66
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m22s
feat(io): introduce std.Io parameter for App.init
The provided `std.Io` is used for running the input reading and the
rendering asynch. The user can provide their desired `std.Io`
implementation as they wish to use. The examples use `std.Io.Threaded`
as a simple threaded solution.
2025-11-10 16:44:02 +01:00

3.0 KiB