diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-03 17:20:17 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-03 17:20:17 -0500 |
commit | 904dd2a61ef195c19d5a64dd5635b6e4c1364b7e (patch) | |
tree | e348b78be14d07a51ebd7ec506d104fdbba94d81 /main.c | |
parent | 4007253649425ff37a503ea77cff2155ab9814ef (diff) |
finishing touches for v. 0.1
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |