From ae0b7c7d7292d83ab46b327c4c428ca0eebbc966 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 13 Apr 2018 17:59:11 +0100 Subject: [PATCH] Some changes. --- CHANGES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index b8de0213..2c2e06a4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,13 +1,15 @@ CHANGES FROM 2.7 to master -* +* Fixes to : form of SGR. + +* Add x and X to choose-tree to kill sessions, windows or panes. CHANGES FROM 2.6 TO 2.7 * Remove EVENT_* variables from environment on platforms where tmux uses them so they do not pass on to panes. -* Fixed for hooks at server exit. +* Fixes for hooks at server exit. * Remove SGR 10 (was equivalent to SGR 0 but no other terminal seems to do this).