mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Update CHANGES.
This commit is contained in:
parent
ef9afddd1a
commit
06a2644ab2
12
CHANGES
12
CHANGES
@ -1,8 +1,20 @@
|
||||
CHANGES FROM 2.5 to master
|
||||
|
||||
* Add a pane_pipe format to show if pipe-pane is active.
|
||||
|
||||
* Block signals between forking and resetting signal handlers so that the
|
||||
libevent signal handler doesn't get called in the child and incorrectly write
|
||||
into the signal pipe that it still shares with the parent. GitHub issue 1001.
|
||||
|
||||
* Allow punctuation in pane_current_command.
|
||||
|
||||
* Add -c for respawn-pane and respawn-window.
|
||||
|
||||
* Wait for any remaining data to flush when a pane is closed while pipe-pane is
|
||||
in use.
|
||||
|
||||
* Fix working out current client with no target. GitHub issue 995.
|
||||
|
||||
* Try to fallback to C.UTF-8 as well as en_US.UTF-8 when looking for a UTF-8
|
||||
locale.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user