svn commit: r281177 - head/sys/boot/forth

Devin Teske dteske at FreeBSD.org
Mon Apr 6 23:13:18 UTC 2015


Author: dteske
Date: Mon Apr  6 23:13:16 2015
New Revision: 281177
URL: https://svnweb.freebsd.org/changeset/base/281177

Log:
  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

Modified:
  head/sys/boot/forth/menu.4th
  head/sys/boot/forth/version.4th

Modified: head/sys/boot/forth/menu.4th
==============================================================================
--- head/sys/boot/forth/menu.4th	Mon Apr  6 23:10:47 2015	(r281176)
+++ head/sys/boot/forth/menu.4th	Mon Apr  6 23:13:16 2015	(r281177)
@@ -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

Modified: head/sys/boot/forth/version.4th
==============================================================================
--- head/sys/boot/forth/version.4th	Mon Apr  6 23:10:47 2015	(r281176)
+++ head/sys/boot/forth/version.4th	Mon Apr  6 23:13:16 2015	(r281177)
@@ -88,7 +88,7 @@ only forth definitions also version-proc
 	loader_color? dup ( -- bool bool )
 	if 6 fg then
 	type
-	if me then
+	if 7 fg then
 ;
 
 only forth definitions


More information about the svn-src-all mailing list