summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-23 12:36:24 -0400
committerpommicket <pommicket@gmail.com>2023-03-23 12:36:24 -0400
commit000d571290008378ae64109f7dcb5947d452ef41 (patch)
tree536d26b9abdf522cf7ba568c44ac3a7d68e9dd30 /main.c
parent5254f8ab9b8be084a18c376774b8bebe4eb20173 (diff)
fix scrolling to cursor when text is typed
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index d3038f6..4f17e77 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
@TODO:
-- scroll to cursor when text is typed
- some rust error locations arent detected?
FUTURE FEATURES:
- better undo chaining (dechain on backspace?)