From a8e0363914d83f950f35a11816a9ff9a8c98efe4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 31 May 2017 17:22:43 +0100 Subject: [PATCH] Add setrgbf setrgbb. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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).