From 7fb69d9134866a699047350b50dea17b416d20cf Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 28 Dec 2023 20:20:20 +0100 Subject: did the test and items list doesnt take much more ram so idk --- i_ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i_ui.go') 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 -- cgit v1.2.3