aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_help.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-13 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-13 20:20:20 +0200
commit51a93f43affa62db99beb3d471746127696f35dc (patch)
tree2b33c6df8238ff4ba56efe189d1d3dcd40512a8c /src/i_help.go
parentgo (diff)
downloadhardflip-51a93f43affa62db99beb3d471746127696f35dc.tar.gz
hardflip-51a93f43affa62db99beb3d471746127696f35dc.tar.bz2
hardflip-51a93f43affa62db99beb3d471746127696f35dc.tar.xz
hardflip-51a93f43affa62db99beb3d471746127696f35dc.tar.zst
hardflip-51a93f43affa62db99beb3d471746127696f35dc.zip
k
Diffstat (limited to '')
-rw-r--r--src/i_help.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i_help.go b/src/i_help.go
index fa3852f..a96709c 100644
--- a/src/i_help.go
+++ b/src/i_help.go
@@ -79,6 +79,9 @@ func i_draw_help(ui *HardUI) {
ui.s.SetContent(win.L, win.B - 1, '▼',
nil, ui.style[BOX_STYLE])
}
+ text := " hardflip " + VERSION + " - " + VERSION_NAME + " "
+ i_draw_text(ui.s, win.R - 1 - len(text),
+ win.B, win.R - 1, win.B, ui.style[DEF_STYLE], text)
}
func i_help_normal(ui HardUI, win Quad, line *int) bool {