aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-28 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-28 20:20:20 +0100
commit8f341fb4305a3be6bdfe5e4d10396e69471b169e (patch)
tree0777dd18c5ab18e4bfc07ed75a72ee359f42546a /i_ui.go
parentdirty but that's the way (diff)
downloadhardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.tar.gz
hardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.tar.bz2
hardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.tar.xz
hardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.tar.zst
hardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.zip
its not the way
Diffstat (limited to 'i_ui.go')
-rw-r--r--i_ui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/i_ui.go b/i_ui.go
index 87650b0..c901a0f 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -296,8 +296,8 @@ func i_host_panel(ui HardUI, opts HardOpts, ldirs *DirsList) {
i_host_panel_dirs(ui, opts, dirs, line)
line++
for host := dirs.lhost.head;
- dirs.Folded == false && host != nil;
- host = host.next {
+ dirs.Folded == false && host != nil;
+ host = host.next {
i_host_panel_host(ui, opts, dirs, host, line)
line++
}