aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-28 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-28 20:20:20 +0100
commit7fb69d9134866a699047350b50dea17b416d20cf (patch)
tree7aa1bc6e98759deb5589cf4df06e27f71173031e /i_ui.go
parentits not the way (diff)
downloadhardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.gz
hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.bz2
hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.xz
hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.zst
hardflip-7fb69d9134866a699047350b50dea17b416d20cf.zip
did the test and items list doesnt take much more ram so idk
Diffstat (limited to 'i_ui.go')
-rw-r--r--i_ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_ui.go b/i_ui.go
index c901a0f..e0546c0 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -136,7 +136,7 @@ func i_draw_box(s tcell.Screen, x1, y1, x2, y2 int, title string, fill bool) {
func i_bottom_text(ui HardUI) {
spaces := ""
text := ""
-
+
switch ui.mode {
case NORMAL_MODE:
text = NORMAL_KEYS_HINTS