diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-02-24 01:03:30 -0500 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-02-24 01:03:30 -0500 |
| commit | cc42dbe9e282a5c30ce2d1baa9805927a79a19c3 (patch) | |
| tree | 4cbab72827bb8e5aa008f6a28e5a6500a7de3fc0 /src/Globals.h | |
| parent | 8b2434d855c22435a99447aac748f87a4388b569 (diff) | |
| download | insel-cc42dbe9e282a5c30ce2d1baa9805927a79a19c3.tar.gz | |
Diffstat (limited to 'src/Globals.h')
| -rw-r--r-- | src/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
