diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-14 15:48:45 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-14 15:48:45 -0400 |
commit | 72592df32eddeb11ebdbb61a1c2437d82eb2f73b (patch) | |
tree | a877b9ce9d43b46059791c8bb85a40668065fcfd /main.c | |
parent | 0d2d32d1a1090ce4c86510be8b10dc65ea1c0d62 (diff) |
fix problem where cursor moves on in/dedent selection
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |