From 56b43e462b653a894143c060c9498a7b5a37d828 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 1 Feb 2024 20:20:20 +0100 Subject: ok --- src/c_defs.go | 2 +- src/i_info.go | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/c_defs.go b/src/c_defs.go index 1b25cb6..f989808 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -92,7 +92,7 @@ const ( ) var ( - HOST_ICONS = [2]string{" ", " "} + HOST_ICONS = [2]string{" ", " ", ""} DIRS_ICONS = [2]string{" ", " "} ) diff --git a/src/i_info.go b/src/i_info.go index f7fe7d3..b2fdc05 100644 --- a/src/i_info.go +++ b/src/i_info.go @@ -293,7 +293,8 @@ func i_info_panel_host(ui HardUI, host *HostNode) { (ui.dim[W] / 3) + 4, line, ui.dim[W] - 2, line, ui.style[STYLE_TITLE], share + ":") i_draw_text(ui.s, - (ui.dim[W] / 3) + 4 + len(share) + 2, line, ui.dim[W] - 2, line, + (ui.dim[W] / 3) + 4 + len(share) + 2, line, + ui.dim[W] - 2, line, ui.style[STYLE_DEF], path) if line += 1; line > ui.dim[H] - 3 { return -- cgit v1.2.3