diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-28 22:10:17 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-28 22:10:17 +0100 |
commit | bf5a196c78fe77a01125a3e6595a7b084d4ef52e (patch) | |
tree | 9b1749a84b934a618d8d9ee637c77477fce26aed | |
parent | 5d7dfefa3692316f5e99b325c72bd837648d93ec (diff) | |
download | rtmux-bf5a196c78fe77a01125a3e6595a7b084d4ef52e.tar.gz rtmux-bf5a196c78fe77a01125a3e6595a7b084d4ef52e.tar.bz2 rtmux-bf5a196c78fe77a01125a3e6595a7b084d4ef52e.zip |
Changes in master.
-rw-r--r-- | CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +CHANGES FROM 2.5 to master + +* Check the U8 capability to determine whether to use UTF-8 line drawing + characters for ACS. + +* Some missing notifications for layout changes. + +* Control mode clients now do not affect session sizes until they issue + refresh-client -C. new-session -x and -y works with control clients even if + the session is not detached. + +* All new sessions that are unattached (whether with -d or started with no + terminal) are now created with size 80 x 24. Whether the status line is on or + off does not affect the size of new sessions until they are attached. + +* Expand formats in option names and add -F flag to expand them in option values. + +* Remember the search string for a pane even if copy mode is exited and entered + again. + +* Some further BCE fixes (scroll up, reverse index). + +* Improvements to how terminals are cleared (entirely or partially). + CHANGES FROM 2.4 to 2.5 09 May 2017 * Reset updated flag when restarting #() command so that new output is properly |