aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-31 17:11:26 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-11-06 19:45:03 -0500
commit668c3bf3d33d023b6b3faa8dc38308731432f4ee (patch)
treedecfd67c09f794c60aa65e92f49198cd01dcd883 /state.h
parent4ce78657afd8850a9c838444f646043e3dba370d (diff)
orderless and case insensitive flags
Diffstat (limited to 'state.h')
-rw-r--r--state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/state.h b/state.h
index a58f4d5..ac31120 100644
--- a/state.h
+++ b/state.h
@@ -53,6 +53,7 @@ typedef struct {
typedef struct {
item_t* item;
rect_t r;
+ float perc;
} item_display_t;
typedef struct {
@@ -119,6 +120,8 @@ typedef struct {
bool center;
bool verbose;
bool password;
+ bool orderless;
+ char* (*strstr)(const char*, const char*);
// input
item_t* items;