Make the "Options:" separator-text configurable by setting $menu_optionstext.
Reviewed by: eadler, adrian (co-mentor) Approved by: adrian (co-mentor) MFC after: 3 days
This commit is contained in:
parent
46aecc551b
commit
8d9cadfb22
@ -488,7 +488,11 @@ create init_text8 255 allot
|
||||
menurow @ 2 + menurow !
|
||||
menurow @ menuY @ +
|
||||
at-xy
|
||||
." Options:"
|
||||
s" menu_optionstext" getenv dup -1 <> if
|
||||
type
|
||||
else
|
||||
drop ." Options:"
|
||||
then
|
||||
then
|
||||
|
||||
\ If this is the ACPI menu option, act accordingly.
|
||||
@ -972,6 +976,7 @@ create init_text8 255 allot
|
||||
|
||||
\ clear the "Options" menu separator flag
|
||||
s" menu_options" unsetenv
|
||||
s" menu_optionstext" unsetenv
|
||||
0 menuoptions !
|
||||
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user