aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i_ui.go2
1 files changed, 1 insertions, 1 deletions
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,