aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
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;