aboutsummaryrefslogtreecommitdiff
path: root/cmd-display-menu.c
Commit message (Expand)AuthorAge
* Fix check for vertical centre.nicm2020-11-26
* Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dotnicm2020-11-03
* Add a -O flag to display-menu to change the mouse behaviour and notnicm2020-10-30
* Add 'e' key in buffer mode to open the buffer in an editor.nicm2020-05-16
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-13
* Move cmdq_state into cmd-queue.c.nicm2020-04-13
* Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-13
* Store a key event not a mouse event in the shared data.nicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-13
* Pass the cmd item to format expansion so that mouse formats work.nicm2020-04-08
* Add a W position to display-menu -y to use the line above (or below) thenicm2020-04-02
* Change default position for menu and popup to centre rather than top left.nicm2020-03-28
* Fix how popup height is calculated to take embedded newlines into account.nicm2020-03-28
* Add support for overlay popup boxes to show text or output temporarilynicm2020-03-24
* Add C position for terminal centre with display-menu -x and -y.nicm2020-03-19
* Break position calculation into a helper function.nicm2020-03-18
* Change display-menu from taking a single string to a set of arguments,nicm2019-05-28
* Add formats for word and line under the mouse and use them to add somenicm2019-05-26
* Remove menu_create_from_items, I thought I would use it for some laternicm2019-05-12
* Add support for simple menus usable with mouse or keyboard. New commandnicm2019-05-10