diff options
author | pommicket <pommicket@gmail.com> | 2023-08-04 19:43:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-04 19:43:56 -0400 |
commit | 4cdbd1c8caf7fbd9ed584049312241a0e039e115 (patch) | |
tree | 54dacf1d8974bffff974f87b781d4e6958fc36b7 /main.c | |
parent | 45d69107725a02cf6d912a571b771da3ef5abfbf (diff) |
more document link parsing
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |