From 0b18f646be7e82ef2b9b1041f6b827fdf824cfb3 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 19 Dec 2023 20:20:20 +0100 Subject: dont know if thats good --- i_ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i_ui.go b/i_ui.go index 5c0f526..97c20e9 100644 --- a/i_ui.go +++ b/i_ui.go @@ -168,7 +168,7 @@ func i_hosts_panel(s tcell.Screen, t [2]int, } i_draw_text(s, 1, t[H] - 2, (t[W] / 3) - 1, t[H] - 1, - def_style, " " + strconv.Itoa(int(sel_max)) + " hosts ") + def_style, " " + strconv.Itoa(int(sel + 1)) + "/" + strconv.Itoa(int(sel_max)) + " hosts ") } func i_info_panel(s tcell.Screen, t [2]int, -- cgit v1.2.3