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
e62e17d046
commit
e1686c26dd
8
CHANGES
8
CHANGES
@ -1,5 +1,13 @@
|
|||||||
CHANGES FROM 2.5 to master
|
CHANGES FROM 2.5 to master
|
||||||
|
|
||||||
|
* Do not allow escape sequences which expect a specific terminator (APC, DSC,
|
||||||
|
OSC) to wait for forever - use a small timeout. This reduces the chance of
|
||||||
|
the pane locking up completely when sent garbage (cat /dev/random or
|
||||||
|
similar).
|
||||||
|
|
||||||
|
* Support SIGUSR2 to toggle logging on a running server, also generate the
|
||||||
|
"out" log file with -vv not -vvvv.
|
||||||
|
|
||||||
* Make set-clipboard a three state option: on (tmux both sends to outside
|
* Make set-clipboard a three state option: on (tmux both sends to outside
|
||||||
terminal and accepts from applications inside); external (tmux sends outside
|
terminal and accepts from applications inside); external (tmux sends outside
|
||||||
but does not accept inside); and off.
|
but does not accept inside); and off.
|
||||||
|
@ -27,7 +27,7 @@ case before opening an issue.
|
|||||||
To run tmux without a config and get logs, run:
|
To run tmux without a config and get logs, run:
|
||||||
|
|
||||||
tmux -Ltest kill-server
|
tmux -Ltest kill-server
|
||||||
tmux -vvvv -Ltest -f/dev/null new
|
tmux -vv -Ltest -f/dev/null new
|
||||||
|
|
||||||
Then reproduce the problem, exit tmux, and attach the tmux-server-*.log file
|
Then reproduce the problem, exit tmux, and attach the tmux-server-*.log file
|
||||||
from the current directory to the issue.
|
from the current directory to the issue.
|
||||||
|
Loading…
Reference in New Issue
Block a user