Add fuzzymatch diff

This commit is contained in:
Marco Thomas
2021-03-23 20:04:31 +01:00
parent 7ae769178d
commit a5a4ef69b7
5 changed files with 260 additions and 3 deletions

View File

@@ -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 */