diff options
author | Joe <rbo@gmx.us> | 2024-01-08 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-08 20:20:20 +0100 |
commit | 3ce2716a6a843af4ca1c7196b5bd51074fcf11e4 (patch) | |
tree | a37f94f8fc890b528fe8d1b00ffa3a0b157e1544 /i_events.go | |
parent | fix (diff) | |
download | hardflip-3ce2716a6a843af4ca1c7196b5bd51074fcf11e4.tar.gz hardflip-3ce2716a6a843af4ca1c7196b5bd51074fcf11e4.tar.bz2 hardflip-3ce2716a6a843af4ca1c7196b5bd51074fcf11e4.tar.xz hardflip-3ce2716a6a843af4ca1c7196b5bd51074fcf11e4.tar.zst hardflip-3ce2716a6a843af4ca1c7196b5bd51074fcf11e4.zip |
fix that shiet
Diffstat (limited to 'i_events.go')
-rw-r--r-- | i_events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i_events.go b/i_events.go index 3c67a7f..ca68e90 100644 --- a/i_events.go +++ b/i_events.go @@ -99,6 +99,7 @@ func i_delete_host(data *HardData) { if data.litems.last != nil { data.ui.sel_max = data.litems.last.ID } + // FIX: doesn't del the first one visually } // screen events such as keypresses |