]> git.armaanb.net Git - dmenu.git/commit
Revert "fix input text matching"
authorAndrew Gregory <andrew.gregory.8@gmail.com>
Wed, 7 Dec 2016 14:45:01 +0000 (09:45 -0500)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 11 Dec 2016 11:33:16 +0000 (12:33 +0100)
commit5cd66e2c6ca6a82e59927d495498fa6e478594d6
tree0c400d341d724b7b3b89c37b74dd4ec3dd0a71f7
parente90b88e12a88d6214c00d5ee58ceb69446aa5ac4
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.
dmenu.c