Update todo

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-10 18:09:20 +03:00
parent d5af4c9baf
commit 92dbad27ee

View File

@@ -1,4 +1,5 @@
- [ ] Fix text moving left and right based on cursor position (right side of cursor is too left)
- [ ] Implement selection in ImGui::text_edit
- [-] Implement clipboard copy/paste
- [-] Fix text moving left and right based on cursor position (right side of cursor is too left)
- [ ] Fix selection using wrong offset for text
- [x] Implement selection in ImGui::text_edit
- [x] Implement clipboard copy/paste