index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
cmd-display-menu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop support for popups where the content is provided directly to tmux
nicm
2021-03-02
1
-33
/
+28
*
Fix check for vertical centre.
nicm
2020-11-26
1
-2
/
+2
*
Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot
nicm
2020-11-03
1
-88
/
+170
*
Add a -O flag to display-menu to change the mouse behaviour and not
nicm
2020-10-30
1
-3
/
+5
*
Add 'e' key in buffer mode to open the buffer in an editor.
nicm
2020-05-16
1
-2
/
+2
*
Make client -c and -t handling common in cmd-queue.c and try to be
nicm
2020-04-13
1
-50
/
+49
*
Move cmdq_state into cmd-queue.c.
nicm
2020-04-13
1
-8
/
+8
*
Rename cmdq_shared to cmdq_state which will better reflect what it is
nicm
2020-04-13
1
-8
/
+8
*
Store a key event not a mouse event in the shared data.
nicm
2020-04-13
1
-10
/
+12
*
Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its
nicm
2020-04-13
1
-24
/
+23
*
Make struct cmd local to cmd.c and move it out of tmux.h.
nicm
2020-04-13
1
-3
/
+3
*
Pass the cmd item to format expansion so that mouse formats work.
nicm
2020-04-08
1
-4
/
+4
*
Add a W position to display-menu -y to use the line above (or below) the
nicm
2020-04-02
1
-11
/
+43
*
Change default position for menu and popup to centre rather than top left.
nicm
2020-03-28
1
-8
/
+4
*
Make two -E only close popup automatically if the command exited with 0.
nicm
2020-03-28
1
-2
/
+4
*
Fix how popup height is calculated to take embedded newlines into account.
nicm
2020-03-28
1
-2
/
+6
*
Add support for overlay popup boxes to show text or output temporarily
nicm
2020-03-24
1
-1
/
+94
*
Add C position for terminal centre with display-menu -x and -y.
nicm
2020-03-19
1
-3
/
+6
*
Break position calculation into a helper function.
nicm
2020-03-18
1
-70
/
+81
*
Change display-menu from taking a single string to a set of arguments,
nicm
2019-05-28
1
-18
/
+33
*
Add formats for word and line under the mouse and use them to add some
nicm
2019-05-26
1
-2
/
+2
*
Remove menu_create_from_items, I thought I would use it for some later
nicm
2019-05-12
1
-2
/
+2
*
Add support for simple menus usable with mouse or keyboard. New command
nicm
2019-05-10
1
-0
/
+163