summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-13 22:19:21 -0300
committerpommicket <pommicket@gmail.com>2023-08-13 22:19:21 -0300
commit79af91046d6c9f8ddca52dee1cb72181168c0f73 (patch)
tree82b70ee555d20fc6036a7f97bf94f3853130d64a /main.c
parent74c32a957d8533f746c960e8f726670e3d6b1baf (diff)
fix ask-reload menu
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index f319dc6..f4a69dd 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
TODO:
-- fix ask-reload menu (clicking "no" will probably do nothing)
- public Node API
- public Selector/FileSelector API
- public Settings API
@@ -16,7 +15,7 @@ FUTURE FEATURES:
- "remove file..." menu
- auto-close brackets
- with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast)
-- manual.md
+- manual directory
- LSP request timeout
*/