libvaxis/src
Tim Culverhouse 778346feea render: fix handling of zero-width cells
The render loop could get stuck in an infinite loop when it encounters a
zero width cell. Always set the width to at least 1, and assert this.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
2024-03-05 15:45:32 -06:00
..
widgets border: add right border 2024-03-01 12:27:49 -06:00
Cell.zig
ctlseqs.zig
event.zig
GraphemeCache.zig
gwidth.zig
Image.zig
InternalScreen.zig
Key.zig
main.zig window: saturate size, export Color 2024-03-01 21:29:16 -06:00
Mouse.zig
Options.zig
Parser.zig
queue.zig queue: fix thread safety 2024-03-01 12:25:15 -06:00
Screen.zig screen: allow reading of cells 2024-03-01 12:28:03 -06:00
Tty.zig tty: change logged line to level debug 2024-02-27 07:44:59 -06:00
vaxis.zig render: fix handling of zero-width cells 2024-03-05 15:45:32 -06:00
widgets.zig widgets: added table widget 2024-02-26 19:21:12 -06:00
Window.zig window: saturate size, export Color 2024-03-01 21:29:16 -06:00