From: Andrew Gregory Date: Wed, 7 Dec 2016 14:45:01 +0000 (-0500) Subject: Revert "fix input text matching" X-Git-Url: https://git.xinqibao.xyz/dmenu.git/commitdiff_plain/5cd66e2c6ca6a82e59927d495498fa6e478594d6?ds=inline;hp=5cd66e2c6ca6a82e59927d495498fa6e478594d6 Revert "fix input text matching" This reverts commit 09d0a36e0370f7ca9bdb171bf93c5ac3131c5a92. Using strncmp with the length of the user input turns it into a prefix match rather than an exact match as it's supposed to be. ---