Skip to content
Snippets Groups Projects
Commit 53a550f7 authored by rswindell's avatar rswindell
Browse files

Use the new CLEAR_HOT @-code to clear any existing hot-spots before the

yes/no or no/yes prompt is displayed.
parent fd5b39c3
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ if_true
print "\1?"
shift_str _question 2
end_if
print "\x01n\x01b\x01h[\x01c@CHECKMARK@\x01b] \x01y@QUESTION->@? "
print "\x01n\x01b\x01h[\x01c@CHECKMARK@\x01b] \x01y@QUESTION->@? @CLEAR_HOT@"
:top
compare_str "N"
if_equal
......
......@@ -22,7 +22,7 @@ if_true
print "\1?"
shift_str _question 2
end_if
print "\x01n\x01b\x01h[\x01c@CHECKMARK@\x01b] \x01y@QUESTION->@? "
print "\x01n\x01b\x01h[\x01c@CHECKMARK@\x01b] \x01y@QUESTION->@? @CLEAR_HOT@"
:top
compare_str "Y"
if_equal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment