aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-05-31 17:22:43 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-05-31 17:22:43 +0100
commita8e0363914d83f950f35a11816a9ff9a8c98efe4 (patch)
treeeb2b08b31c3d1150b451ce1dbc84137ad4874348
parent35008200bd1a179ab776d80a5d617a7ec7cdb95c (diff)
downloadrtmux-a8e0363914d83f950f35a11816a9ff9a8c98efe4.tar.gz
rtmux-a8e0363914d83f950f35a11816a9ff9a8c98efe4.tar.bz2
rtmux-a8e0363914d83f950f35a11816a9ff9a8c98efe4.zip
Add setrgbf setrgbb.
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d48e9656..314a0f9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
CHANGES FROM 2.5 to master
+* Use setrgbf and setrgbb terminfo(5) capabilities to set RGB colours, if they
+ are available. (Tc is still supported as well.)
+
* Fix redrawing panes when they are resized several times but end up with the
size unchanged (for example, splitw/resizep -Z/breakp).