diff options
author | joe <rbo@gmx.us> | 2025-08-26 16:51:59 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-26 16:51:59 +0200 |
commit | 6a03477fd7dabf6c524cf6eae38eb2fae53772aa (patch) | |
tree | 1b771f4eff4c349ac8a33d354da5a1e4969206c4 /src/i_host.go | |
parent | reverted all fuzzmode shit but there is still a lot of crap (diff) | |
download | hardflip-6a03477fd7dabf6c524cf6eae38eb2fae53772aa.tar.gz hardflip-6a03477fd7dabf6c524cf6eae38eb2fae53772aa.tar.bz2 hardflip-6a03477fd7dabf6c524cf6eae38eb2fae53772aa.tar.xz hardflip-6a03477fd7dabf6c524cf6eae38eb2fae53772aa.tar.zst hardflip-6a03477fd7dabf6c524cf6eae38eb2fae53772aa.zip |
cleaned more
Diffstat (limited to '')
-rw-r--r-- | src/i_host.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_host.go b/src/i_host.go index 6605c6b..ef20aab 100644 --- a/src/i_host.go +++ b/src/i_host.go @@ -55,7 +55,6 @@ func i_host_panel_dirs(ui HardUI, icons bool, dir_icon uint8, depth uint16, dir *DirsNode, curr *DirsNode, line int) { style := ui.style[DIR_STYLE] if dir == curr { - // style = style.Background(tcell.ColorBlack) style = style.Reverse(true) } text := " " |