diff options
Diffstat (limited to 'stand/forth/loader.4th')
| -rw-r--r-- | stand/forth/loader.4th | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stand/forth/loader.4th b/stand/forth/loader.4th index 89d532fda317..89ea9efc4171 100644 --- a/stand/forth/loader.4th +++ b/stand/forth/loader.4th @@ -72,6 +72,12 @@ include /boot/check-password.4th only forth definitions +: maybe-resetcons ( -- ) + loader_color? if + ris + then +; + : bootmsg ( -- ) loader_color? dup ( -- bool bool ) if 7 fg 4 bg then |
