diff options
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 |