flow/src/buffer
2026-01-31 22:11:53 +01:00
..
Buffer.zig feat: add basic reflow command and keybind (alt+q) 2026-01-31 22:11:53 +01:00
Cursor.zig refactor: add Cursor.from_pos and Seleciton.from_range 2025-11-25 14:37:05 +01:00
Manager.zig refactor: use enum type for buffer references 2026-01-22 14:32:44 +01:00
reflow.zig feat: add basic reflow command and keybind (alt+q) 2026-01-31 22:11:53 +01:00
Selection.zig refactor: add Cursor.from_pos and Seleciton.from_range 2025-11-25 14:37:05 +01:00
unicode.zig fix: guarantee progress in find_all_ranges when pattern is shorter than a utf8 sequence 2025-11-26 10:22:04 +01:00
View.zig feat: add fast_scroll mode support to horizontal scrolling 2026-01-14 11:09:42 +01:00