..
vxfw
vxfw(ListView): fix scroll up
2024-12-13 08:01:58 -06:00
widgets
fix: integer overflow crash when screen w * h > max(u16)
2024-12-03 13:09:06 -06:00
Cell.zig
cell: change width type from usize to u8
2024-10-14 18:27:16 -05:00
ctlseqs.zig
osc12: add function to set the terminal cursor color
2024-11-14 07:49:57 -06:00
event.zig
tty(windows): refactor and complete windows tty
2024-06-05 06:31:18 -07:00
GraphemeCache.zig
GraphemeCache: remove testing alias
2024-05-29 10:27:59 -05:00
gwidth.zig
gwidth: use std.mem.splitSequence
2024-11-13 11:52:00 -06:00
Image.zig
all!: reduce usage of usize
2024-10-21 11:21:12 -05:00
InternalScreen.zig
fix: integer overflow crash when screen w * h > max(u16)
2024-12-03 13:09:06 -06:00
Key.zig
fix(matchText): uppercase target codepoint if shift or caps
2024-11-09 06:05:06 -06:00
Loop.zig
test: test Screen, skip TestTty on windows
2024-10-30 14:02:29 -05:00
main.zig
vxfw: introduce the vaxis framework
2024-11-08 05:55:50 -06:00
Mouse.zig
all!: reduce usage of usize
2024-10-21 11:21:12 -05:00
Parser.zig
all!: reduce usage of usize
2024-10-21 11:21:12 -05:00
queue.zig
log: prefix all log scopes with "vaxis"
2024-07-02 08:05:57 -05:00
Screen.zig
fix: integer overflow crash when screen w * h > max(u16)
2024-12-03 13:09:06 -06:00
tty.zig
fix: map VK_OEM_102 to backslash
2024-11-25 18:03:29 -06:00
Unicode.zig
zg: remove grapheme_data init
2024-10-14 20:06:06 -05:00
Vaxis.zig
fix: integer overflow crash when screen w * h > max(u16)
2024-12-03 13:09:06 -06:00
widgets.zig
widgets!: remove border widget
2024-10-21 10:21:45 -05:00
Window.zig
fix: integer overflow crash when screen w * h > max(u16)
2024-12-03 13:09:06 -06:00