From aeaceb154a773247a4709a66c27df34669f6c1ad Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 17 Nov 2015 16:10:14 +0100 Subject: Add experimental regex support --- include/rofi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rofi.h') diff --git a/include/rofi.h b/include/rofi.h index 4b3ae5ef..05883004 100644 --- a/include/rofi.h +++ b/include/rofi.h @@ -235,6 +235,7 @@ typedef struct _Settings unsigned int fuzzy; unsigned int glob; unsigned int tokenize; + unsigned int regex; /** Monitors */ int monitor; /** Line margin */ -- cgit v1.2.3