summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-display-menu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change display-menu from taking a single string to a set of arguments,nicm2019-05-281-18/+33
* Add formats for word and line under the mouse and use them to add somenicm2019-05-261-2/+2
* Remove menu_create_from_items, I thought I would use it for some laternicm2019-05-121-2/+2
* Add support for simple menus usable with mouse or keyboard. New commandnicm2019-05-101-0/+163