summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-04 19:43:56 -0400
committerpommicket <pommicket@gmail.com>2023-08-04 19:43:56 -0400
commit4cdbd1c8caf7fbd9ed584049312241a0e039e115 (patch)
tree54dacf1d8974bffff974f87b781d4e6958fc36b7 /main.c
parent45d69107725a02cf6d912a571b771da3ef5abfbf (diff)
more document link parsing
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8109df8..98c830d 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,7 @@
/*
+TODO:
+- use dynamic arrays for mouse_presses etc.
+
FUTURE FEATURES:
- autodetect indentation (tabs vs spaces)
- robust find (results shouldn't move around when you type things)