From 2e406c7f372734efa79758912766e0b733152c23 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 14 May 2024 20:20:20 +0200 Subject: up --- src/c_defs.go | 2 +- src/i_help.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/c_defs.go b/src/c_defs.go index db83356..b193a9c 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -56,7 +56,7 @@ const ( CONF_DIR_NAME = "hf" DATA_DIR_NAME = "hf" VERSION = "v0.6" - VERSION_NAME = "" + VERSION_NAME = "pre-release" ) const ( diff --git a/src/i_help.go b/src/i_help.go index a96709c..7f549a0 100644 --- a/src/i_help.go +++ b/src/i_help.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/i_help.go - * Fri May 10 15:40:13 2024 + * Tue May 14 09:38:04 2024 * Joe * * helping the user @@ -85,7 +85,7 @@ func i_draw_help(ui *HardUI) { } func i_help_normal(ui HardUI, win Quad, line *int) bool { - delim := 17 + delim := 22 for _, v := range HELP_NORMAL_KEYS { if *line < 0 { *line += 1 -- cgit v1.2.3