nicm
|
3f7f9a0e20
|
Make client -c and -t handling common in cmd-queue.c and try to be
clearer about whether the client is the target client (must have a
session) or not.
|
2020-04-13 20:51:57 +00:00 |
|
nicm
|
adb76fd1ce
|
Move cmdq_state into cmd-queue.c.
|
2020-04-13 14:46:04 +00:00 |
|
nicm
|
9a65102bfc
|
Rename cmdq_shared to cmdq_state which will better reflect what it is
(going to be) used for.
|
2020-04-13 14:04:25 +00:00 |
|
nicm
|
77d5b0cc53
|
Store a key event not a mouse event in the shared data.
|
2020-04-13 13:42:35 +00:00 |
|
nicm
|
04cdd03525
|
Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its
use more clearly defined and preparation for some future work).
|
2020-04-13 10:59:58 +00:00 |
|
nicm
|
c20eb0c0ae
|
Make struct cmd local to cmd.c and move it out of tmux.h.
|
2020-04-13 08:26:27 +00:00 |
|
nicm
|
d388dbdea9
|
Pass the cmd item to format expansion so that mouse formats work.
|
2020-04-08 10:58:09 +00:00 |
|
nicm
|
90f4e149c1
|
Add a W position to display-menu -y to use the line above (or below) the
status line containing the window list. Leave S meaning above (or below)
all status lines. GitHub issue 2145.
|
2020-04-02 05:35:15 +00:00 |
|
nicm
|
8036d0f834
|
Change default position for menu and popup to centre rather than top left.
|
2020-03-28 09:55:30 +00:00 |
|
nicm
|
4346098e97
|
Fix how popup height is calculated to take embedded newlines into account.
|
2020-03-28 09:39:44 +00:00 |
|
nicm
|
8a838b0372
|
Add support for overlay popup boxes to show text or output temporarily
above the normal layout. These work similarly to menus and are created
with the display-popup command.
|
2020-03-24 08:09:43 +00:00 |
|
nicm
|
581ed718e7
|
Add C position for terminal centre with display-menu -x and -y.
|
2020-03-19 13:32:49 +00:00 |
|
nicm
|
7b0e688a96
|
Break position calculation into a helper function.
|
2020-03-18 09:13:49 +00:00 |
|
nicm
|
799a154b91
|
Change display-menu from taking a single string to a set of arguments,
which is much easier to work with. Based on a diff from Avi Halachmi.
|
2019-05-28 07:18:42 +00:00 |
|
nicm
|
e90d4a6021
|
Add formats for word and line under the mouse and use them to add some
items to the pane menu.
|
2019-05-26 17:34:45 +00:00 |
|
nicm
|
c91323e4d6
|
Remove menu_create_from_items, I thought I would use it for some later
work but I don't need it.
|
2019-05-12 07:27:08 +00:00 |
|
nicm
|
6dcca5fda4
|
Add support for simple menus usable with mouse or keyboard. New command
display-menu shows a menu (bound to the mouse on status line by default)
and a couple of extra formats for the default menus.
|
2019-05-10 18:04:06 +00:00 |
|