libvaxis/src
2024-05-12 20:25:51 -05:00
..
widgets Added some various integer overflow protections 2024-05-12 20:25:51 -05:00
Cell.zig color: change eql to switch statement 2024-04-30 13:38:32 -05:00
ctlseqs.zig core: implement legacy SGR sequences and fallbacks 2024-05-08 13:59:57 -05:00
event.zig event: handle key_release events 2024-04-30 08:42:21 -05:00
GraphemeCache.zig parser: use a ring buffer to store raw text 2024-01-22 10:26:33 -06:00
gwidth.zig zg: complete replacement of ziglyph with zg 2024-04-29 14:00:08 -05:00
Image.zig images: kitty support works well 2024-01-30 20:51:54 -06:00
InternalScreen.zig render: add cli renderer 2024-05-02 12:50:33 -05:00
Key.zig Reset the 'enter' binding to 0x0D after upstream fix 2024-05-12 20:25:51 -05:00
Loop.zig loop: fully clean up tty when stopping event loop 2024-04-30 16:42:10 -05:00
main.zig vaxis: export Parser, Tty and getWinsize for applications that cannot use Loop 2024-05-09 19:14:49 -05:00
Mouse.zig mouse: implement mouse parsing and events 2024-01-31 12:50:00 -06:00
Parser.zig event: handle key_release events 2024-04-30 08:42:21 -05:00
queue.zig event: implement pollEvent and tryEvent 2024-03-11 09:24:42 -05:00
Screen.zig perf: improve perf of fill and Screen.init 2024-04-30 12:33:46 -05:00
Tty.zig Reorganized Namespaces 2024-05-12 20:25:51 -05:00
Unicode.zig zg: complete replacement of ziglyph with zg 2024-04-29 14:00:08 -05:00
Vaxis.zig options: allow applications to set requested kitty flags 2024-05-10 19:57:02 -05:00
vaxis.zig Reorganized Namespaces 2024-05-12 20:25:51 -05:00
widgets.zig Added some various integer overflow protections 2024-05-12 20:25:51 -05:00
Window.zig Added some various integer overflow protections 2024-05-12 20:25:51 -05:00