summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-03 17:20:17 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-03 17:20:17 -0500
commit904dd2a61ef195c19d5a64dd5635b6e4c1364b7e (patch)
treee348b78be14d07a51ebd7ec506d104fdbba94d81 /main.c
parent4007253649425ff37a503ea77cff2155ab9814ef (diff)
finishing touches for v. 0.1
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 e6c7d74..3ad3786 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,9 @@
// @TODO:
+// - line numbering
// - popup to reload files and config on change
+// - find & replace (with regex)
// - split
+// - completion
// - Windows installation
#include "base.h"
no_warn_start