summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-11-05 23:58:40 +0100
committerpgen <p.gen.progs@gmail.com>2023-11-05 23:58:40 +0100
commit3ad2f52838f9388db529abf1adb77e65a8580251 (patch)
tree00eda4a4b39249cec4a98e6b5a714401843326a2 /smenu.h
parentb68d868b433aea2c7c0dbb56a201f5eaa4b88b38 (diff)
Correction of cursor attribute on search failure
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h2
1 files changed, 1 insertions, 1 deletions
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. *