From 92dbad27ee0621523d0d34ad7851675b6d14ebb5 Mon Sep 17 00:00:00 2001 From: Slendi Date: Fri, 10 Oct 2025 18:09:20 +0300 Subject: [PATCH] Update todo Signed-off-by: Slendi --- todo.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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