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:
dteske 2015-04-06 23:13:16 +00:00
parent 45d21df119
commit c702d9bbd3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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