diff options
author | pommicket <pommicket@gmail.com> | 2023-03-23 12:36:24 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-23 12:36:24 -0400 |
commit | 000d571290008378ae64109f7dcb5947d452ef41 (patch) | |
tree | 536d26b9abdf522cf7ba568c44ac3a7d68e9dd30 /main.c | |
parent | 5254f8ab9b8be084a18c376774b8bebe4eb20173 (diff) |
fix scrolling to cursor when text is typed
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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?) |