diff options
author | Joe <rbo@gmx.us> | 2023-12-28 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-28 20:20:20 +0100 |
commit | 8f341fb4305a3be6bdfe5e4d10396e69471b169e (patch) | |
tree | 0777dd18c5ab18e4bfc07ed75a72ee359f42546a /i_ui.go | |
parent | dirty but that's the way (diff) | |
download | hardflip-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.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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++ } |