From 3ad2f52838f9388db529abf1adb77e65a8580251 Mon Sep 17 00:00:00 2001 From: pgen Date: Sun, 5 Nov 2023 23:58:40 +0100 Subject: Correction of cursor attribute on search failure --- smenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smenu.h') diff --git a/smenu.h b/smenu.h index 076eb69..0dacc1a 100644 --- a/smenu.h +++ b/smenu.h @@ -464,7 +464,7 @@ struct search_data_s long *utf8_off_a; /* array of mb offsets in buf. */ long *utf8_len_a; /* array of mb lengths in buf. */ - int fuzzy_err; /* fuzzy match error indicator. */ + int err; /* match error indicator. */ long fuzzy_err_pos; /* last good position in search buffer. */ int only_ending; /* only searches giving a result with the. * -- cgit v1.2.3