summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-14 15:48:45 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-14 15:48:45 -0400
commit72592df32eddeb11ebdbb61a1c2437d82eb2f73b (patch)
treea877b9ce9d43b46059791c8bb85a40668065fcfd /main.c
parent0d2d32d1a1090ce4c86510be8b10dc65ea1c0d62 (diff)
fix problem where cursor moves on in/dedent selection
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index d6da080..3bfd5f0 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,3 @@
-// @TODO:
-// fix cursor pos in buffer_delete_chars_at_pos (try dedenting something -- the cursor moves)
#include "base.h"
no_warn_start
#if _WIN32