summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-03 18:48:26 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-03 18:48:52 -0500
commit5a207b62cebb4673eb3422001e8d9435fca9f545 (patch)
tree802a86a4ea6ea05f036e293a3c2eba607457f644 /main.c
parentb72ce9a3fdfe956f566c8bdde1fceebe7601c59f (diff)
line numbering!
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3ad3786..2a7fc1a 100644
--- a/main.c
+++ b/main.c
@@ -1,9 +1,10 @@
// @TODO:
-// - line numbering
// - popup to reload files and config on change
+// - shouldn't be possible to open the same file twice
// - find & replace (with regex)
// - split
// - completion
+// - view-only
// - Windows installation
#include "base.h"
no_warn_start