From f01b99e36b311949a9b0726125f1652816083ff3 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 24 Jun 2019 19:20:00 -0400 Subject: [PATCH] . --- src/ui.search.mode.a | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui.search.mode.a b/src/ui.search.mode.a index c35ea95df..e2d37ebbb 100644 --- a/src/ui.search.mode.a +++ b/src/ui.search.mode.a @@ -137,6 +137,7 @@ OnSearch cpx #MaxInputLength bne + jsr SoftBell + clc rts + sta InputBuffer,x inc InputLength @@ -175,6 +176,7 @@ OnInputChanged bne + jsr SoftBell ; no matches for this input buffer, beep dec InputLength ; and ignore the last key typed + clc rts + lda BestMatchIndex ; check if the new best match is the same