diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 14:30:48 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 14:30:48 -0500 |
commit | d5488ef5c47878e04045a91d204cf1ccbdd9cd05 (patch) | |
tree | 23d11ed78e0cf33776f810e285aada539c4f1f28 /main.c | |
parent | c59429d28718c1aae581f023d33466580118b0fc (diff) |
:tab-move-left/right
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ // @TODO: +// - run shell command (i.e. not just `make`) +// - completion + // - more instructions (basic stuff + how to open config) // - update screenshot in README // - test windows 7 -// - completion #include "base.h" no_warn_start |