aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-02 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-02 20:20:20 +0100
commitcba23583019b67b936ed15e001aebe42d6225f0e (patch)
tree9b9533d76a3feb69ef43ae371ed76fb52391694b /i_ui.go
parentbuilding (diff)
downloadhardflip-cba23583019b67b936ed15e001aebe42d6225f0e.tar.gz
hardflip-cba23583019b67b936ed15e001aebe42d6225f0e.tar.bz2
hardflip-cba23583019b67b936ed15e001aebe42d6225f0e.tar.xz
hardflip-cba23583019b67b936ed15e001aebe42d6225f0e.tar.zst
hardflip-cba23583019b67b936ed15e001aebe42d6225f0e.zip
wip
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 c1204be..277dfb7 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -284,6 +284,7 @@ func i_host_panel_host(ui HardUI, opts HardOpts,
}
func i_host_panel(ui HardUI, opts HardOpts, ldirs *DirsList) {
+ // TODO: litems instead of lhosts
i_draw_box(ui.s, 0, 0,
ui.dim[W] / 3, ui.dim[H] - 2,
" Hosts ", false)