Skip to content

Commit

Permalink
FIX: reset ANSI color after secure help output
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Nov 10, 2020
1 parent 5455ee4 commit 1739683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/mezz-secure.reb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ secure: function/with [
"^[[1;32m other ^[[m - other value, such as integer"
]
print " Settings for read, write, and execute are also available."
print "^/ ^[[1;35mNOTE: ^[[1;31mSecure is not fully implemented!^/"
print "^/ ^[[1;35mNOTE: ^[[1;31mSecure is not fully implemented!^[[m^/"
;print "Type: help/doc secure for detailed documentation and examples."
exit
]
Expand Down

0 comments on commit 1739683

Please sign in to comment.