aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2026-04-24 19:55:04 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2026-04-24 19:55:04 -0400
commitb854ee2372eeab705bb3d812a62ac31d45acd774 (patch)
treec6b4d35ac4a1e3686ed868f845c929edb1dac1ec /state.h
parentbbfbacc75e9bcb8a8b9d81b5f2a06567734c2873 (diff)
different args
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*);