diff options
author | Joe <rbo@gmx.us> | 2023-12-28 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-28 20:20:20 +0100 |
commit | 7fb69d9134866a699047350b50dea17b416d20cf (patch) | |
tree | 7aa1bc6e98759deb5589cf4df06e27f71173031e /i_ui.go | |
parent | its not the way (diff) | |
download | hardflip-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |