aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_host.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-10-17 14:40:21 +0200
committerJoe <rbo@gmx.us>2024-10-17 14:40:21 +0200
commit7df369c68ec77c68faf4153f51a283655c253b99 (patch)
treed21722bf45f14e48cfa0cf547e94b1b4833d8a59 /src/i_host.go
parentwwip (diff)
downloadhardflip-7df369c68ec77c68faf4153f51a283655c253b99.tar.gz
hardflip-7df369c68ec77c68faf4153f51a283655c253b99.tar.bz2
hardflip-7df369c68ec77c68faf4153f51a283655c253b99.tar.xz
hardflip-7df369c68ec77c68faf4153f51a283655c253b99.tar.zst
hardflip-7df369c68ec77c68faf4153f51a283655c253b99.zip
wip
Diffstat (limited to '')
-rw-r--r--src/i_host.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i_host.go b/src/i_host.go
index 0f40394..b048d4d 100644
--- a/src/i_host.go
+++ b/src/i_host.go
@@ -148,11 +148,12 @@ func i_draw_host_panel(ui HardUI, icons bool,
}
func i_draw_host_panel_fuzzy(ui HardUI, icons bool,
- lfuzz *ItemsList, data *HardData) {
+ lfuzz *FuzzList, data *HardData) {
line := 1
if lfuzz == nil || lfuzz.head == nil {
return
}
+ // TODO: find a way
for ptr := lfuzz.draw; ptr != nil && line < ui.dim[H] - 2; ptr = ptr.next {
if ptr.is_dir() == false && ptr.Host != nil {
i_host_panel_host(ui,