diff options
author | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
commit | af9679edc0fddab9b5ce784bece6397f3c64028c (patch) | |
tree | 68a6d279c3fb24176219143d5237e3a36cd1a345 /i_ui.go | |
parent | useless (diff) | |
download | hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.gz hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.bz2 hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.xz hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.zst hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.zip |
think its ok
Diffstat (limited to 'i_ui.go')
-rw-r--r-- | i_ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ func i_host_panel(ui HardUI, icons bool, litems *ItemsList, data *HardData) { ui.dim[W] / 3, ui.dim[H] - 2, " Hosts ", false) line := 1 - ptr := litems.draw_start + ptr := litems.draw for ; ptr != nil && line < ui.dim[H] - 2; ptr = ptr.next { if ptr.is_dir() == false && ptr.Host != nil { i_host_panel_host(ui, |