aboutsummaryrefslogtreecommitdiff
path: root/stand/forth/menu.4th
diff options
context:
space:
mode:
Diffstat (limited to 'stand/forth/menu.4th')
-rw-r--r--stand/forth/menu.4th6
1 files changed, 5 insertions, 1 deletions
diff --git a/stand/forth/menu.4th b/stand/forth/menu.4th
index a336b9f9e7aa..75e75e3e3654 100644
--- a/stand/forth/menu.4th
+++ b/stand/forth/menu.4th
@@ -490,7 +490,11 @@ also menu-infrastructure definitions
menuX @ 19 + over 2 / - menuY @ 1-
then
swap 1- swap
- at-xy space type space
+ at-xy dup 0= if
+ 2drop ( empty loader_menu_title )
+ else
+ space type space
+ then
\ If $menu_init is set, evaluate it (allowing for whole menus to be
\ constructed dynamically -- as this function could conceivably set