diff --git a/todo.txt b/todo.txt index 41dea04..fa5183b 100644 --- a/todo.txt +++ b/todo.txt @@ -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