aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-15 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-15 20:20:20 +0100
commitaba641ac44bfb641dd56f0c73ccd5c11689d4c01 (patch)
treed84b0e73a02e79ddb03e627949af69e9893d9c43 /i_ui.go
parentfuck i dont get it (diff)
downloadhardflip-aba641ac44bfb641dd56f0c73ccd5c11689d4c01.tar.gz
hardflip-aba641ac44bfb641dd56f0c73ccd5c11689d4c01.tar.bz2
hardflip-aba641ac44bfb641dd56f0c73ccd5c11689d4c01.tar.xz
hardflip-aba641ac44bfb641dd56f0c73ccd5c11689d4c01.tar.zst
hardflip-aba641ac44bfb641dd56f0c73ccd5c11689d4c01.zip
go
Diffstat (limited to '')
-rw-r--r--i_ui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/i_ui.go b/i_ui.go
index 0a014a6..25e5dcf 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/i_ui.go
- * Thu Jan 11 12:22:06 2024
+ * Mon Jan 15 11:40:18 2024
* Joe
*
* interfacing with the user
@@ -235,7 +235,7 @@ func i_host_panel_dirs(ui HardUI, icons bool, dir_icon uint8,
}
text := ""
for i := 0; i < int(dir.Depth) - 2; i++ {
- text += " "
+ text += " "
}
if icons == true {
text += DIRS_ICONS[dir_icon]