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
Selection.zig
unicode.zig
View.zig fix: minor off-by-one bug in View.is_visible 2025-08-25 21:32:58 +02:00