summaryrefslogtreecommitdiff
path: root/stand/forth
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2019-09-22 16:10:25 +0000
committerToomas Soome <tsoome@FreeBSD.org>2019-09-22 16:10:25 +0000
commit2de5a21edcc31f0de59073a8293426efabc39795 (patch)
tree57ff91553537691d4d135e51ba69186dbdad29aa /stand/forth
parent789f4e26e60218bfce58004971bcdcca4e7b1bc4 (diff)
downloadsrc-test2-2de5a21edcc31f0de59073a8293426efabc39795.tar.gz
src-test2-2de5a21edcc31f0de59073a8293426efabc39795.zip
loader_4th: menu items need to reset color attribute, not switch to white
Forth menu kernel and BE entries, instead of resetting the color attribute, are switching to white color.
Notes
Notes: svn path=/head/; revision=352599
Diffstat (limited to 'stand/forth')
-rw-r--r--stand/forth/menu.4th4
-rw-r--r--stand/forth/menu.rc2
2 files changed, 3 insertions, 3 deletions
diff --git a/stand/forth/menu.4th b/stand/forth/menu.4th
index e3fe0f7d776e..ca166c6d934b 100644
--- a/stand/forth/menu.4th
+++ b/stand/forth/menu.4th
@@ -397,7 +397,7 @@ also menu-infrastructure definitions
setenv
\ Assign third to ansi_caption[x][y]
- kerncapbuf 0 s" @[1mK@[37mernel: " [char] @ escc! strcat
+ kerncapbuf 0 s" @[1mK@[mernel: " [char] @ escc! strcat
kernmenuidx @ [char] 0 = if
s" default/@[32m"
else
@@ -405,7 +405,7 @@ also menu-infrastructure definitions
then
[char] @ escc! strcat
2over strcat
- s" @[37m" [char] @ escc! strcat
+ s" @[m" [char] @ escc! strcat
kernidx @ kernmenuidx @ ansi_caption[x][y]
setenv
diff --git a/stand/forth/menu.rc b/stand/forth/menu.rc
index 6fe3dfe14281..d640e803e61f 100644
--- a/stand/forth/menu.rc
+++ b/stand/forth/menu.rc
@@ -72,7 +72,7 @@ s" currdev" getenv dup 0> [if] drop 4 s" zfs:" compare 0= [if]
set mainmenu_caption[7]="Select Boot [E]nvironment..."
set mainmenu_command[7]="3 goto_menu"
set mainmenu_keycode[7]=101
- set mainansi_caption[7]="Select Boot ^[1mE^[37mnvironment..."
+ set mainansi_caption[7]="Select Boot ^[1mE^[mnvironment..."
s" chain_disk" getenv? [if]
set mainmenu_caption[8]="Chain[L]oad ${chain_disk}"