diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-31 17:11:26 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 19:45:03 -0500 |
| commit | 668c3bf3d33d023b6b3faa8dc38308731432f4ee (patch) | |
| tree | decfd67c09f794c60aa65e92f49198cd01dcd883 /state.h | |
| parent | 4ce78657afd8850a9c838444f646043e3dba370d (diff) | |
orderless and case insensitive flags
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
