diff options
Diffstat (limited to 'src/i_help.go')
-rw-r--r-- | src/i_help.go | 3 |
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 { |