summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-display-menu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass the cmd item to format expansion so that mouse formats work.nicm2020-04-081-4/+4
* Add a W position to display-menu -y to use the line above (or below) thenicm2020-04-021-11/+43
* Change default position for menu and popup to centre rather than top left.nicm2020-03-281-8/+4
* Make two -E only close popup automatically if the command exited with 0.nicm2020-03-281-2/+4
* Fix how popup height is calculated to take embedded newlines into account.nicm2020-03-281-2/+6
* Add support for overlay popup boxes to show text or output temporarilynicm2020-03-241-1/+94
* Add C position for terminal centre with display-menu -x and -y.nicm2020-03-191-3/+6
* Break position calculation into a helper function.nicm2020-03-181-70/+81
* 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