libvaxis icon indicating copy to clipboard operation
libvaxis copied to clipboard

a modern tui library written in zig

Results 5 libvaxis issues
Sort by recently updated
recently updated
newest added

`libvaxis` can't build on the Zig master branch, due to dependency on `libxev`, tracked on [#108](https://github.com/mitchellh/libxev/issues/108) on that repo. The Zig master issue causing this is tracked at [#20999](https://github.com/ziglang/zig/issues/20999).

There should be no difference between a bracketed paste and an OSC 52 paste to an application. This requires us to allocate the bracketed paste, but results in simpler handling...

This makes calls looks like this: `const child = window.child(.{.width = 10});` Instead of `const child = window.child(.{.width = .{.limit = 10 }});` Currently this value defaults to `.fill`, which...

Support [sixel](https://saitoha.github.io/libsixel/) format for images. This can be useful on terminal that don't support kitty graphics but support sixel.