diff options
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; |
