From acf480832abbf09511a76d375ea7ab24bab2cf3b Mon Sep 17 00:00:00 2001 From: Slendi Date: Fri, 10 Oct 2025 03:46:24 +0300 Subject: [PATCH] Add todo Signed-off-by: Slendi --- todo.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 todo.txt diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..0af30e1 --- /dev/null +++ b/todo.txt @@ -0,0 +1,4 @@ +- [ ] Integrate IME directly into ImGui +- [ ] Implement selection in ImGui::text_edit +- [ ] Implement clipboard copy/paste +