mirror of
https://github.com/tmux/tmux.git
synced 2025-04-27 15:48:54 +00:00
Update CHANGES.
This commit is contained in:
parent
5b93f0fcd3
commit
183193bdbc
12
CHANGES
12
CHANGES
@ -1,5 +1,9 @@
|
|||||||
CHANGES FROM 2.8 to master
|
CHANGES FROM 2.8 to master
|
||||||
|
|
||||||
|
* Add StatusLeft and StatusRight mouse locations (keys such as
|
||||||
|
MouseDown1StatusLeft) for the status-left and status-right areas of
|
||||||
|
the status line.
|
||||||
|
|
||||||
* Add -Z to find-window.
|
* Add -Z to find-window.
|
||||||
|
|
||||||
* Support for windows larger than the client. This adds two new
|
* Support for windows larger than the client. This adds two new
|
||||||
@ -46,10 +50,10 @@ CHANGES FROM 2.8 to master
|
|||||||
minimum size is the size required for the current layout including
|
minimum size is the size required for the current layout including
|
||||||
borders.
|
borders.
|
||||||
|
|
||||||
This change allows some code improvements, most notably that since
|
The refresh-client command can be used to pan around a window, -U -D
|
||||||
windows can now never be cropped, that code can be removed from the
|
-L -R moves up, down, left or right and -c returns to automatic
|
||||||
layout code, and since panes can now never be outside the size of
|
cursor tracking. The position is reset when the current window is
|
||||||
the window, window_pane_visible can be removed.
|
changed.
|
||||||
|
|
||||||
CHANGES FROM 2.7 to 2.8
|
CHANGES FROM 2.7 to 2.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user