summaryrefslogtreecommitdiff
path: root/vis-menu.c
AgeCommit message (Collapse)Author
2016-05-28[vis-menu] Remove unused keybinding.Tim Allen
I'm guessing at some point slmenu's author wanted to make the various deletion commands move text to a kill-buffer, and then Insert and Control-Y could yank from it back into the text field. That clearly never happened, though, so this is dead code.
2016-05-22vis-menu: do not segfault if an option lacks an argumentTim Allen
2016-05-20implement xread() and wrap read() + die()Christian Hesse
2016-05-19vis-menu: remove unused codeMarc André Tanner
2016-05-19vis-menu: fix matching order, exact matches should come firstMarc André Tanner
This reverts 09d0a36e0370f7ca9bdb171bf93c5ac3131c5a92 from the dmenu repository, although dmenu itself seems to work correctly. $ printf "foobar\nfoo\n" | ./vis-menu Typing foo should select foo not foobar.
2016-05-19vis-menu: import token based match function from dmenuMarc André Tanner
2016-05-19vis-menu: interpret non-option argument as an initial prompt valueMarc André Tanner
2016-05-19vis-menu: change version outputMarc André Tanner
2016-05-19vis-menu: remove X clipboard supportMarc André Tanner
2016-05-19Import slmenu 7e74fa5 as vis-menuMarc André Tanner