aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_help.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_help.go')
-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 c022012..c13b0b7 100644
--- a/src/i_help.go
+++ b/src/i_help.go
@@ -61,6 +61,9 @@ func i_draw_help(ui *HardUI) {
ui.dim[W] - 6,
ui.dim[H] - 3,
}
+ if win.B > win.T + len(HELP_NORMAL_KEYS) + 1 {
+ win.B = win.T + len(HELP_NORMAL_KEYS) + 1
+ }
i_draw_box(ui.s,
win.L, win.T, win.R, win.B,
ui.style[BOX_STYLE], ui.style[HEAD_STYLE],