aboutsummaryrefslogtreecommitdiff
path: root/vis-menu.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-28[vis-menu] Remove unused keybinding.Tim Allen1-4/+0
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 Allen1-4/+16
2016-05-20implement xread() and wrap read() + die()Christian Hesse1-9/+16
2016-05-19vis-menu: remove unused codeMarc André Tanner1-4/+0
2016-05-19vis-menu: fix matching order, exact matches should come firstMarc André Tanner1-1/+1
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é Tanner1-30/+43
2016-05-19vis-menu: interpret non-option argument as an initial prompt valueMarc André Tanner1-1/+5
2016-05-19vis-menu: change version outputMarc André Tanner1-1/+1
2016-05-19vis-menu: remove X clipboard supportMarc André Tanner1-6/+0
2016-05-19Import slmenu 7e74fa5 as vis-menuMarc André Tanner1-0/+598