diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-26 11:47:47 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-26 11:47:47 -0500 |
commit | a63ae9425561f3d2197c5d220be89fe92900adec (patch) | |
tree | 93665626fc2efa8a6227fb9ed46a8f3b64cc2aac /main.c | |
parent | d453eedc5282074af83375532e8edcb68ada3300 (diff) |
fixed some menu-related bugs
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ // @TODO: // - move tabs between nodes +// - :split-swap +// - fix: ctrl+f something, then switch to another tab (hl rects still showing up) // - Windows installation // - on crash, output backtrace to log |