flow/src/buffer
CJ van den Berg 3d90b199ad
fix: do not return zero width codepoints from egc_at
Skip them and return the next non-zero width codepoint. This makes more sense and
prevents endless loops in code that scans by egc width using egc_at, like
Cursor.move_right_until for example.
2025-09-13 15:45:17 +02:00
..
Buffer.zig fix: do not return zero width codepoints from egc_at 2025-09-13 15:45:17 +02:00
Cursor.zig fix: clamp to end of last line if the cursor is past the end of the buffer 2025-09-09 09:24:18 +02:00
Manager.zig refactor: Buffer.Manager.get_buffer_for_file can be const 2025-08-13 14:40:59 +02:00
Selection.zig feat(buffers): save/restore full editor state on buffer switch 2025-01-29 23:03:34 +01:00
unicode.zig build: update to latest libvaxis and zg api 2025-06-04 22:22:52 +02:00
View.zig fix: minor off-by-one bug in View.is_visible 2025-08-25 21:32:58 +02:00