summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-30 13:36:03 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-30 13:36:03 -0500
commit2994bf93de60930af3855db7a230c27be77de4ef (patch)
treecdcfe86c1fbb0cab8752e53dc47b3154266b407f /main.c
parentb35a780479bbf5038a825d415f9ca49c92f6b425 (diff)
middle click to close tab
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1157ce4..cfabb85 100644
--- a/main.c
+++ b/main.c
@@ -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).