libvaxis/examples
00JCIV00 999b0f4f00 widgets(table): implemented optional active row contents callback & context
- Added `active_content_fn` as an optional callback function that can be provided to `TableContext` to vertically expand the active row with additional info.
- Added `active_ctx` and `active_y_off` to support the `active_content_fn`.
- Updated the Table Widget example with
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 widgets(table): implemented optional active row contents callback & context 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