Optimize line iterator

This commit is contained in:
2025-12-19 20:46:52 +00:00
parent 8002012705
commit 7307387f64
8 changed files with 136 additions and 130 deletions

View File

@@ -6,8 +6,6 @@ A TUI IDE.
# TODO
- [ ] Overwrite empty space between line number and line. (in the renderer)
- [ ] Make iterator for next/prev line reuse same allocation buffer (so only free once with iterator).
- [ ] Add tab/untab with [,<] and [.>]
- [ ] Add something that works like `p` but doesnt move cursor.
- [ ] Fix the fact that hooks arent updated when a line is deleted/added.