Add fuzzymatch diff
This commit is contained in:
@@ -22,4 +22,6 @@ static unsigned int lines = 0;
|
||||
*/
|
||||
static const char worddelimiters[] = " ";
|
||||
|
||||
static const unsigned int border_width = 5;
|
||||
static const unsigned int border_width = 5; /* Size of the window border */
|
||||
|
||||
static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
|
||||
|
||||
Reference in New Issue
Block a user