libvaxis/examples
00JCIV00 5972da8ee3 examples(table): updated the table example w/ latest vaxis changes
- Added `loop.init()` to regain dynamic resizing. (Thanks @rockorager!)
- Used the TTY's Buffered Writer where applicable.
- Updated `win.initChild()` to `win.child()` in all cases.
- Improved ArenaAllocator usage.
2024-08-13 07:42:14 -05:00
..
aio.zig aio: update aio, add LoopWithModules 2024-07-16 10:42:57 -05:00
cli.zig refactor(vaxis): require an io.AnyWriter for writes 2024-05-29 13:13:54 -05:00
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 examples(table): updated the table example w/ latest vaxis changes 2024-08-13 07:42:14 -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
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