diff options
author | Joe <rbo@gmx.us> | 2024-02-20 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-20 20:20:20 +0100 |
commit | fb85686d91042ab25bfddff886cfba27d52bb24d (patch) | |
tree | 52a79b045ad2729b47732ae669ca5ec5100ffd82 /src/i_events.go | |
parent | cool (diff) | |
download | hardflip-fb85686d91042ab25bfddff886cfba27d52bb24d.tar.gz hardflip-fb85686d91042ab25bfddff886cfba27d52bb24d.tar.bz2 hardflip-fb85686d91042ab25bfddff886cfba27d52bb24d.tar.xz hardflip-fb85686d91042ab25bfddff886cfba27d52bb24d.tar.zst hardflip-fb85686d91042ab25bfddff886cfba27d52bb24d.zip |
tmp
Diffstat (limited to '')
-rw-r--r-- | src/i_events.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_events.go b/src/i_events.go index 64260f1..95d086b 100644 --- a/src/i_events.go +++ b/src/i_events.go @@ -344,6 +344,7 @@ func i_events(data *HardData) { for curr := data.ldirs.head; curr != nil; curr = curr.next { if data.folds[curr] == nil { i_fold_dir(data, curr) + // TODO: here } } } else if event.Rune() == 'h' || @@ -367,7 +368,6 @@ func i_events(data *HardData) { i_fold_dir(data, curr_new) data.litems.curr = curr_new break - // TODO: here } else { if data.folds[curr_new.Dirs] == nil { |