summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-15 22:33:44 +0200
committerQC <qball@gmpclient.org>2015-10-15 22:33:44 +0200
commitfdc86399cfe2341090971c777c8709cd4114d18e (patch)
treeab13ee64cc3c46b7e911d87b34d7f3cae8d98b20 /include/rofi.h
parent4975704a053aadce8217a7d8c2c4a9472032f986 (diff)
Revert "Remove levenshtein"
Adding help list. This reverts commit 77cdc8d7c4aab103d4ac1252cfe1653e14c914a4.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index cfc6ebc8..27693711 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -210,6 +210,8 @@ typedef struct _Settings
unsigned int fixed_num_lines;
/** Do not use history */
unsigned int disable_history;
+ /** Use levenshtein sorting when matching */
+ unsigned int levenshtein_sort;
/** Search case sensitivity */
unsigned int case_sensitive;
/** Separator to use for dmenu mode */