commit 7e596547da9a61e460c878f42237fbee3c1c5407
Author: Chris Noxz <[email protected]>
Date: Wed Apr 8 17:36:52 2020 +0200
[dmenu][patch] fuzzyhighlight: add description about ci feature
diff --git a/tools.suckless.org/dmenu/patches/fuzzyhighlight/index.md
b/tools.suckless.org/dmenu/patches/fuzzyhighlight/index.md
index 202b92dc..2f02e7e5 100644
--- a/tools.suckless.org/dmenu/patches/fuzzyhighlight/index.md
+++ b/tools.suckless.org/dmenu/patches/fuzzyhighlight/index.md
@@ -6,6 +6,15 @@ Description
This patch make it so that fuzzy matches gets highlighted and is therefore
meant to be used together with the patch fuzzymatch.
+To make this patch fully integrated with fuzzymatch and support 'case
+insensitive' features the following line must be changed:
+
+ if (*highlight == text[i]) {
+
+into:
+
+ if (!fstrncmp(&(*highlight), &text[i], 1)) {
+
[](fuzzyhighlight.png)
Download