diff options
author | Joe <rbo@gmx.us> | 2024-01-23 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-23 20:20:20 +0100 |
commit | 7c8b64a525e766e13e6edd816178edad81aee8c7 (patch) | |
tree | b380aa9a2ffdae848da8b0e85d7d7806f34977a3 /src/i_host.go | |
parent | ok (diff) | |
download | hardflip-7c8b64a525e766e13e6edd816178edad81aee8c7.tar.gz hardflip-7c8b64a525e766e13e6edd816178edad81aee8c7.tar.bz2 hardflip-7c8b64a525e766e13e6edd816178edad81aee8c7.tar.xz hardflip-7c8b64a525e766e13e6edd816178edad81aee8c7.tar.zst hardflip-7c8b64a525e766e13e6edd816178edad81aee8c7.zip |
good
Diffstat (limited to '')
-rw-r--r-- | src/i_host.go | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/i_host.go b/src/i_host.go index 491d236..76334e1 100644 --- a/src/i_host.go +++ b/src/i_host.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/i_host.go - * Fri Jan 19 18:44:09 2024 + * Tue Jan 23 18:11:24 2024 * Joe * * interfacing hosts @@ -51,13 +51,11 @@ package main -import "github.com/gdamore/tcell/v2" - func i_host_panel_dirs(ui HardUI, icons bool, dir_icon uint8, dir *DirsNode, curr *DirsNode, line int) { style := ui.style[DIR_STYLE] if dir == curr { - style = style.Background(tcell.ColorBlack) + // style = style.Background(tcell.ColorBlack) style = style.Reverse(true) } text := "" |