aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-27 16:30:01 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-27 16:30:01 -0400
commit2033b55f91876c8fc0d4cd3cdf9c67972ad5490c (patch)
tree70673c7f890dd0e7ffa6fa8b9922d627424d1bdb /state.h
parentc99280755915e8b0a997cffc671708a5d8bfa1cf (diff)
add -P password flag
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index 6811c41..7c14952 100644
--- a/state.h
+++ b/state.h
@@ -117,6 +117,7 @@ typedef struct {
bool exact_match;
bool center;
bool verbose;
+ bool password;
// input
item_t* items;