Author: dteske
Date: Mon Apr  6 23:10:47 2015
New Revision: 281176
URL: https://svnweb.freebsd.org/changeset/base/281176

Log:
  Partially revert r280925: Back to previous mode-endings based on feedback
  
  MFC after:    3 days
  X-MFC-with:   r280925
  Reported by:  lattera

Modified:
  head/sys/boot/forth/loader.4th

Modified: head/sys/boot/forth/loader.4th
==============================================================================
--- head/sys/boot/forth/loader.4th      Mon Apr  6 22:53:23 2015        
(r281175)
+++ head/sys/boot/forth/loader.4th      Mon Apr  6 23:10:47 2015        
(r281176)
@@ -53,7 +53,7 @@ only forth definitions
   loader_color? dup ( -- bool bool )
   if 7 fg 4 bg then
   ." Booting..."
-  if me then
+  if escc ." 0m" then
   cr
 ;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to