This commit is contained in:
wolfpac444 2003-03-16 22:30:08 +00:00
parent 0194e69c5f
commit 698653dcc1

View file

@ -499,7 +499,7 @@ sub showmessage {
$noclear = 0 unless defined $noclear; # defaults to "clear"
($noclear) || (system('clear'));
if ($responsetype =~ /^yn$/) {
$responsetype='restrictchar yn';
$responsetype='restrictchar ynYN';
}
print $message;
if ($responsetype =~/^restrictchar (.*)/i) {