From af9679edc0fddab9b5ce784bece6397f3c64028c Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 15 Jan 2024 20:20:20 +0100 Subject: think its ok --- i_ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i_ui.go') diff --git a/i_ui.go b/i_ui.go index 31183fe..608b6a6 100644 --- a/i_ui.go +++ b/i_ui.go @@ -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, -- cgit v1.2.3