| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-05-28 | [vis-menu] Remove unused keybinding. | Tim Allen | 1 | -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-22 | vis-menu: do not segfault if an option lacks an argument | Tim Allen | 1 | -4/+16 | |
| 2016-05-20 | implement xread() and wrap read() + die() | Christian Hesse | 1 | -9/+16 | |
| 2016-05-19 | vis-menu: remove unused code | Marc André Tanner | 1 | -4/+0 | |
| 2016-05-19 | vis-menu: fix matching order, exact matches should come first | Marc André Tanner | 1 | -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-19 | vis-menu: import token based match function from dmenu | Marc André Tanner | 1 | -30/+43 | |
| 2016-05-19 | vis-menu: interpret non-option argument as an initial prompt value | Marc André Tanner | 1 | -1/+5 | |
| 2016-05-19 | vis-menu: change version output | Marc André Tanner | 1 | -1/+1 | |
| 2016-05-19 | vis-menu: remove X clipboard support | Marc André Tanner | 1 | -6/+0 | |
| 2016-05-19 | Import slmenu 7e74fa5 as vis-menu | Marc André Tanner | 1 | -0/+598 | |
