Partially revert r280974: Back to previous mode-endings based on feedback
MFC after: 3 days X-MFC-to: stable/10 X-MFC-with: r290974 Reported by: lattera
This commit is contained in:
parent
45d21df119
commit
c702d9bbd3
@ -219,7 +219,7 @@ also menu-infrastructure definitions
|
||||
loader_color? dup ( -- bool bool )
|
||||
if b then
|
||||
menuidx @ .
|
||||
if me then
|
||||
if 7 fg then
|
||||
|
||||
\ Move the cursor forward 1 column
|
||||
dup menuX @ 1+ swap at-xy
|
||||
|
@ -88,7 +88,7 @@ only forth definitions also version-processing
|
||||
loader_color? dup ( -- bool bool )
|
||||
if 6 fg then
|
||||
type
|
||||
if me then
|
||||
if 7 fg then
|
||||
;
|
||||
|
||||
only forth definitions
|
||||
|
Loading…
Reference in New Issue
Block a user