From 51a93f43affa62db99beb3d471746127696f35dc Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 13 May 2024 20:20:20 +0200 Subject: k --- src/i_help.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/i_help.go') 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 { -- cgit v1.2.3