libvaxis/src
Rylee Lyman 9496270ecd fix: don't rely on std.time.microTimestamp() for accurate statistics
I don't know the extent to which you care about accuracy for rendering
statistics. I found when working on seamstress that the `timestamp`
calls in `std.time` were so unreliable as to be unusable, sometimes
reporting negative time deltas within a single
function. `std.time.Timer`, on the other hand, has been rock-solid in
my experience.
2024-03-14 07:52:19 -05:00
..
widgets textinput: add clear methods 2024-03-12 07:35:35 -05:00
Cell.zig refactor: make code more idiomatic 2024-02-11 12:59:33 -06:00
ctlseqs.zig images: kitty image protocol works 2024-01-30 16:26:35 -06:00
event.zig mouse: implement mouse parsing and events 2024-01-31 12:50:00 -06:00
GraphemeCache.zig parser: use a ring buffer to store raw text 2024-01-22 10:26:33 -06:00
gwidth.zig Fixed the .len 2024-02-18 21:39:52 -06:00
Image.zig images: kitty support works well 2024-01-30 20:51:54 -06:00
InternalScreen.zig refactor: make code more idiomatic 2024-02-11 12:59:33 -06:00
Key.zig Added the "matchesAny()" method to Keys 2024-02-26 19:21:12 -06:00
main.zig api: export Screen and gwidth 2024-03-11 09:38:52 -05:00
Mouse.zig mouse: implement mouse parsing and events 2024-01-31 12:50:00 -06:00
Options.zig rename project libvaxis 2024-01-19 10:13:32 -06:00
Parser.zig parser: don't encode tab and enter as ctrl+I and ctrl+m 2024-02-24 19:25:45 -06:00
queue.zig event: implement pollEvent and tryEvent 2024-03-11 09:24:42 -05:00
Screen.zig screen: allow reading of cells 2024-03-01 12:28:03 -06:00
select.zig fix: use select on macOS 2024-03-09 06:45:36 -06:00
Tty-macos.zig fix: use select on macOS 2024-03-09 06:45:36 -06:00
Tty.zig fix: use select on macOS 2024-03-09 06:45:36 -06:00
vaxis.zig fix: don't rely on std.time.microTimestamp() for accurate statistics 2024-03-14 07:52:19 -05:00
widgets.zig widgets: added table widget 2024-02-26 19:21:12 -06:00
Window.zig print: continue on 0 width graphemes or words 2024-03-11 19:01:43 -05:00