summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-14 15:38:24 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-14 15:38:24 -0400
commit0d2d32d1a1090ce4c86510be8b10dc65ea1c0d62 (patch)
tree877739c34f040c2009480c6098aafbf7ab1ba9dd /main.c
parent472c3385d4b9fe8c3b55707accb646783298d0e2 (diff)
fix weird scrolling with find menu open
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3bfd5f0..d6da080 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,5 @@
+// @TODO:
+// fix cursor pos in buffer_delete_chars_at_pos (try dedenting something -- the cursor moves)
#include "base.h"
no_warn_start
#if _WIN32