aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.h b/state.h
index dbcc8fe..e956625 100644
--- a/state.h
+++ b/state.h
@@ -118,7 +118,7 @@ typedef struct {
char* prompt;
bool exact_match;
bool center;
- bool verbose;
+ size_t verbose;
bool password;
bool orderless;
char* (*strstr2)(const char*, const char*);