mirror of
https://github.com/tmux/tmux.git
synced 2024-11-04 18:08:48 +00:00
Update CHANGES.
This commit is contained in:
parent
970e8f734c
commit
0b8ae4de5c
36
CHANGES
36
CHANGES
@ -1,4 +1,33 @@
|
|||||||
CHANGES FROM 3.1b TO 3.2
|
CHANGES FROM 3.2 TO 3.3
|
||||||
|
|
||||||
|
* Fire focus events even when the pane is in a mode.
|
||||||
|
|
||||||
|
* Add -O flag to display-menu to not automatically close when all mouse buttons
|
||||||
|
are released.
|
||||||
|
|
||||||
|
* Allow fnmatch(3) wildcards in update-environment.
|
||||||
|
|
||||||
|
* Disable nested job expansion so that the result of #() is not expanded again.
|
||||||
|
|
||||||
|
* Use the setal capability as well as (tmux's) Setulc.
|
||||||
|
|
||||||
|
* Add -q flag to unbind-key to hide errors.
|
||||||
|
|
||||||
|
* Allow -N without a command to change or add a note to an existing key.
|
||||||
|
|
||||||
|
* Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.
|
||||||
|
|
||||||
|
* Add -F to set-environment and source-file.
|
||||||
|
|
||||||
|
* Allow colour to be spelt as color in various places.
|
||||||
|
|
||||||
|
* Add n: modifier to get length of a format.
|
||||||
|
|
||||||
|
* Respond to OSC colour requests if a colour is available.
|
||||||
|
|
||||||
|
* Add a -d option to display-message to set delay.
|
||||||
|
|
||||||
|
CHANGES FROM 3.1c TO 3.2
|
||||||
|
|
||||||
* Add a way for control mode clients to subscribe to a format and be notified
|
* Add a way for control mode clients to subscribe to a format and be notified
|
||||||
of changes rather than having to poll.
|
of changes rather than having to poll.
|
||||||
@ -265,6 +294,11 @@ CHANGES FROM 3.1b TO 3.2
|
|||||||
|
|
||||||
* Add number operators for formats (+, -, *, / and m),
|
* Add number operators for formats (+, -, *, / and m),
|
||||||
|
|
||||||
|
CHANGED FROM 3.1b TO 3.1c
|
||||||
|
|
||||||
|
* Do not write after the end of the array and overwrite the stack when
|
||||||
|
colon-separated SGR sequences contain empty arguments.
|
||||||
|
|
||||||
CHANGES FROM 3.1a TO 3.1b
|
CHANGES FROM 3.1a TO 3.1b
|
||||||
|
|
||||||
* Fix build on systems without sys/queue.h.
|
* Fix build on systems without sys/queue.h.
|
||||||
|
Loading…
Reference in New Issue
Block a user