diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-30 13:36:03 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-30 13:36:03 -0500 |
commit | 2994bf93de60930af3855db7a230c27be77de4ef (patch) | |
tree | cdcfe86c1fbb0cab8752e53dc47b3154266b407f /main.c | |
parent | b35a780479bbf5038a825d415f9ca49c92f6b425 (diff) |
middle click to close tab
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ // @TODO: -// - middle click to close tab // - try opening a file you don't have read permission for -- check for memory leaks! // - show something informative when there's no nodes open (i.e. ted->active_node == NULL). |