aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-02 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-02-02 20:20:20 +0100
commite3346f5b2d62ca4d2008eccd9a75290fbc7fc87b (patch)
tree79ecfdb16236f95c0c392b383c6685f8fd66fd4a /src/i_events.go
parentflexin hard (diff)
downloadhardflip-e3346f5b2d62ca4d2008eccd9a75290fbc7fc87b.tar.gz
hardflip-e3346f5b2d62ca4d2008eccd9a75290fbc7fc87b.tar.bz2
hardflip-e3346f5b2d62ca4d2008eccd9a75290fbc7fc87b.tar.xz
hardflip-e3346f5b2d62ca4d2008eccd9a75290fbc7fc87b.tar.zst
hardflip-e3346f5b2d62ca4d2008eccd9a75290fbc7fc87b.zip
go
Diffstat (limited to '')
-rw-r--r--src/i_events.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_events.go b/src/i_events.go
index 71b7386..47a439f 100644
--- a/src/i_events.go
+++ b/src/i_events.go
@@ -76,6 +76,7 @@ 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) {