diff options
author | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
commit | c9d97ffad5f7a1b8cac398eaefe93b147050debf (patch) | |
tree | 778115b0040d3a3e3e3ba076707f3cd31af66999 /i_ui.go | |
parent | it builds at least (diff) | |
download | hardflip-c9d97ffad5f7a1b8cac398eaefe93b147050debf.tar.gz hardflip-c9d97ffad5f7a1b8cac398eaefe93b147050debf.tar.bz2 hardflip-c9d97ffad5f7a1b8cac398eaefe93b147050debf.tar.xz hardflip-c9d97ffad5f7a1b8cac398eaefe93b147050debf.tar.zst hardflip-c9d97ffad5f7a1b8cac398eaefe93b147050debf.zip |
check todo
Diffstat (limited to 'i_ui.go')
-rw-r--r-- | i_ui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |