From 668c3bf3d33d023b6b3faa8dc38308731432f4ee Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Fri, 31 Oct 2025 17:11:26 -0400 Subject: orderless and case insensitive flags --- state.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'state.h') 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; -- cgit v1.2.3