aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-06-04 09:09:28 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-06-04 09:09:31 +0100
commit67cd496b39e0c9caf51fe79dc24af74517f8bd1b (patch)
treead604f6b680fbf50a0cc4398ef69174d8a3204d8
parent757eb060cdfe685bed9f4b4dbf269a7077d58e6e (diff)
downloadrtmux-67cd496b39e0c9caf51fe79dc24af74517f8bd1b.tar.gz
rtmux-67cd496b39e0c9caf51fe79dc24af74517f8bd1b.tar.bz2
rtmux-67cd496b39e0c9caf51fe79dc24af74517f8bd1b.zip
Update CHANGES.
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 314a0f9f..8bc488f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
CHANGES FROM 2.5 to master
+* Make set-clipboard a three state option: on (tmux both sends to outside
+ terminal and accepts from applications inside); external (tmux sends outside
+ but does not accept inside); and off.
+
+* Fix OSC 4 palette setting for bright foreground colours. GitHub issue 954.
+
* Use setrgbf and setrgbb terminfo(5) capabilities to set RGB colours, if they
are available. (Tc is still supported as well.)