libvaxis/examples
00JCIV00 94bec1ec2a view: implemented an easy mechanism for vertical and horizontal scrolling
- Implemented View as an easy way to use the existing Screen and Window APIs for rendering Cells that don't fit within a Window. Basically, a user renders the oversized Cell content to a View, then renders a part of that View to a Window.
- Created the `view.zig` example.
2024-10-04 20:13:54 -05:00
..
aio.zig aio: update aio, add LoopWithModules 2024-07-16 10:42:57 -05:00
cli.zig
image.zig fix memleak with transmitted image 2024-08-01 21:17:23 -05:00
main.zig loop: null event continues inner loop 2024-07-19 11:44:09 -05:00
table.zig widgets(table): added ability to reorder and duplicate columns 2024-09-12 21:07:41 -05:00
text_input.zig examples(text_input): use all kitty flags 2024-06-05 12:37:27 -05:00
vaxis.png
vaxis.zig fix: missing tty.deinit calls 2024-07-05 04:52:33 -07:00
view.zig view: implemented an easy mechanism for vertical and horizontal scrolling 2024-10-04 20:13:54 -05:00
vt.zig widgets(terminal): implement OSC 7 for pwd reporting 2024-06-19 09:23:11 -05:00
xev.zig fix: deinit TTY to avoid stair-stepped output 2024-06-13 12:34:03 -07:00
zig.png