From cc42dbe9e282a5c30ce2d1baa9805927a79a19c3 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 24 Feb 2026 01:03:30 -0500 Subject: add fuzzy matching, bump version --- src/Globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Globals.h') diff --git a/src/Globals.h b/src/Globals.h index 95a61ea..71592c9 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -15,6 +15,7 @@ typedef struct { typedef struct { char *prompt; int insensitive; + int fuzzy; } Options; extern Options opts; -- cgit v1.2.3