summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-17 16:10:14 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-17 16:10:14 +0100
commitaeaceb154a773247a4709a66c27df34669f6c1ad (patch)
treeb80c0c124eaf63fcfb983bad6e03a216228008f9 /include/rofi.h
parent2b0aec52e0cf8290910f6b754af8c733e5d4c74c (diff)
Add experimental regex support
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h1
1 files changed, 1 insertions, 0 deletions
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 */