summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-04-06 23:10:47 +0000
committerdteske <dteske@FreeBSD.org>2015-04-06 23:10:47 +0000
commit45d21df119cc3d2bbbc722c8ae0f77a7477b254a (patch)
tree50d7cf4c3f7cb9fc361133bed3733b7e02eb1cd5 /sys/boot/forth
parent67e12a6d15b7980a4d6c35b77784fe59fbd0dd31 (diff)
downloadFreeBSD-src-45d21df119cc3d2bbbc722c8ae0f77a7477b254a.zip
FreeBSD-src-45d21df119cc3d2bbbc722c8ae0f77a7477b254a.tar.gz
Partially revert r280925: Back to previous mode-endings based on feedback
MFC after: 3 days X-MFC-with: r280925 Reported by: lattera
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.4th2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th
index ad4042e..429657f 100644
--- a/sys/boot/forth/loader.4th
+++ b/sys/boot/forth/loader.4th
@@ -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
;
OpenPOWER on IntegriCloud