aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-14 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-14 20:20:20 +0200
commit2e406c7f372734efa79758912766e0b733152c23 (patch)
tree0c1ecc89235e0ad3109ee1c42b7dbbdfa37520d7
parentfuck yea (diff)
downloadhardflip-2e406c7f372734efa79758912766e0b733152c23.tar.gz
hardflip-2e406c7f372734efa79758912766e0b733152c23.tar.bz2
hardflip-2e406c7f372734efa79758912766e0b733152c23.tar.xz
hardflip-2e406c7f372734efa79758912766e0b733152c23.tar.zst
hardflip-2e406c7f372734efa79758912766e0b733152c23.zip
up
-rw-r--r--src/c_defs.go2
-rw-r--r--src/i_help.go4
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