From 53a550f7498a92679ffb8731168d3aeb0d77210d Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 11 May 2020 01:46:07 +0000 Subject: [PATCH] Use the new CLEAR_HOT @-code to clear any existing hot-spots before the yes/no or no/yes prompt is displayed. --- exec/noyesbar.src | 2 +- exec/yesnobar.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exec/noyesbar.src b/exec/noyesbar.src index 019c42c020..059a6ca0dd 100644 --- a/exec/noyesbar.src +++ b/exec/noyesbar.src @@ -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 diff --git a/exec/yesnobar.src b/exec/yesnobar.src index af718a6d2b..075826d80b 100644 --- a/exec/yesnobar.src +++ b/exec/yesnobar.src @@ -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 -- GitLab