summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-27 15:05:18 -0500
committerpommicket <pommicket@gmail.com>2022-12-27 15:05:18 -0500
commit6f208a42ce93dfac6f16cb16fdc7a4e6d37e4e7d (patch)
tree19c0c8eafdd31fe6e5f780ae13de52c0f3d44df1 /main.c
parent6912e5c194ef28d3d567ccdf0ee77f30219d9e17 (diff)
configurable max buffer size + max view-only buffer size
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 1de9985..dab67d9 100644
--- a/main.c
+++ b/main.c
@@ -32,7 +32,6 @@ FUTURE FEATURES:
- comment-start + comment-end settings
- robust find (results shouldn't move around when you type things)
- multiple files with command line arguments
-- configurable max buffer size + max view-only buffer size
- :set-build-command
- add numlock as a key modifier? (but make sure "Ctrl+S" handles both "No NumLock+Ctrl+S" and "NumLock+Ctrl+S"
- better undo chaining (dechain on backspace?)