From 183193bdbc1e1b3638644a2c2ce7e7861b632c16 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 23 Aug 2018 08:52:22 +0100 Subject: [PATCH] Update CHANGES. --- CHANGES | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 13019b4c..6cb58939 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ 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. * 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 borders. - This change allows some code improvements, most notably that since - windows can now never be cropped, that code can be removed from the - layout code, and since panes can now never be outside the size of - the window, window_pane_visible can be removed. + The refresh-client command can be used to pan around a window, -U -D + -L -R moves up, down, left or right and -c returns to automatic + cursor tracking. The position is reset when the current window is + changed. CHANGES FROM 2.7 to 2.8