From c702d9bbd37d2d4b0e02cbc165aeb2054a2ccc41 Mon Sep 17 00:00:00 2001 From: dteske Date: Mon, 6 Apr 2015 23:13:16 +0000 Subject: [PATCH] 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 --- sys/boot/forth/menu.4th | 2 +- sys/boot/forth/version.4th | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/forth/menu.4th b/sys/boot/forth/menu.4th index 4d8aaee32bd1..82f86c027b42 100644 --- a/sys/boot/forth/menu.4th +++ b/sys/boot/forth/menu.4th @@ -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 diff --git a/sys/boot/forth/version.4th b/sys/boot/forth/version.4th index 2b672b68121f..a4d4dfb4dfd8 100644 --- a/sys/boot/forth/version.4th +++ b/sys/boot/forth/version.4th @@ -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