aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'i_ui.go')
-rw-r--r--i_ui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/i_ui.go b/i_ui.go
index d022bb8..b816bcc 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -297,6 +297,7 @@ func i_host_panel(ui HardUI, icons bool, litems *ItemsList) {
ui.dim[W] / 3, ui.dim[H] - 2,
" Hosts ", false)
line := 1
+ // TODO: start here
for ptr := litems.head; ptr != nil; ptr = ptr.next {
if ptr.is_dir() == false {
i_host_panel_host(ui, icons, ptr.Host.Parent.Depth, ptr.Host, line)