summaryrefslogtreecommitdiffstats
path: root/cmd-display-menu.c
AgeCommit message (Expand)Author
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2020-04-08Pass the cmd item to format expansion so that mouse formats work.nicm
2020-04-02Add a W position to display-menu -y to use the line above (or below) thenicm
2020-03-28Change default position for menu and popup to centre rather than top left.nicm
2020-03-28Fix how popup height is calculated to take embedded newlines into account.nicm
2020-03-24Add support for overlay popup boxes to show text or output temporarilynicm
2020-03-19Add C position for terminal centre with display-menu -x and -y.nicm
2020-03-18Break position calculation into a helper function.nicm
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-05-12Remove menu_create_from_items, I thought I would use it for some laternicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm