From 93ae2134804faed36c2fbe1be8ff02fe1aec95e4 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 10 May 2024 20:20:20 +0200 Subject: gogo --- src/i_ui.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/i_ui.go') diff --git a/src/i_ui.go b/src/i_ui.go index 4de176f..3e0de04 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -76,6 +76,7 @@ type HardUI struct { insert_scroll int insert_butt bool help_scroll int + help_end bool } type Quad struct { @@ -756,7 +757,7 @@ func i_ui(data_dir string) { case RENAME_MODE: i_prompt_insert(data.ui, data.litems.curr) case HELP_MODE: - i_draw_help(data.ui) + i_draw_help(&data.ui) } data.ui.s.Show() e_events(&data, fp) -- cgit v1.2.3