diff options
author | Joe <rbo@gmx.us> | 2024-02-14 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-14 20:20:20 +0100 |
commit | 46d36376d007c0999e0f2693cfa48c15f48ef6ed (patch) | |
tree | 735ab18ffe02c05748fa29a88d0048d0c0983466 /src/i_events.go | |
parent | cool (diff) | |
download | hardflip-46d36376d007c0999e0f2693cfa48c15f48ef6ed.tar.gz hardflip-46d36376d007c0999e0f2693cfa48c15f48ef6ed.tar.bz2 hardflip-46d36376d007c0999e0f2693cfa48c15f48ef6ed.tar.xz hardflip-46d36376d007c0999e0f2693cfa48c15f48ef6ed.tar.zst hardflip-46d36376d007c0999e0f2693cfa48c15f48ef6ed.zip |
fuck it
Diffstat (limited to 'src/i_events.go')
-rw-r--r-- | src/i_events.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_events.go b/src/i_events.go index ae7bcab..613709b 100644 --- a/src/i_events.go +++ b/src/i_events.go @@ -76,7 +76,6 @@ func i_list_follow_cursor(litems *ItemsList, ui *HardUI) { litems.draw.prev != nil { litems.draw = litems.draw.prev } - // FIX: resize under select disappear } func i_set_unfold(data *HardData, item *ItemsNode) { |