diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-31 17:22:43 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-31 17:22:43 +0100 |
commit | a8e0363914d83f950f35a11816a9ff9a8c98efe4 (patch) | |
tree | eb2b08b31c3d1150b451ce1dbc84137ad4874348 | |
parent | 35008200bd1a179ab776d80a5d617a7ec7cdb95c (diff) | |
download | rtmux-a8e0363914d83f950f35a11816a9ff9a8c98efe4.tar.gz rtmux-a8e0363914d83f950f35a11816a9ff9a8c98efe4.tar.bz2 rtmux-a8e0363914d83f950f35a11816a9ff9a8c98efe4.zip |
Add setrgbf setrgbb.
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |