diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-07 22:37:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 22:37:23 +0000 |
commit | 576252294d09c1f52ec73bde03652349bdf5a529 (patch) | |
tree | a69c478979c7bb3ca800996230a1db75c83da62e /CHANGELOG.md | |
parent | b14d032432c9502d2aac0b01ecc957d92672eada (diff) | |
download | alacritty-576252294d09c1f52ec73bde03652349bdf5a529.tar.gz alacritty-576252294d09c1f52ec73bde03652349bdf5a529.zip |
Add support for colon separated SGR parameters
This implements the colon separated form of SGR 38 and 48.
Fixes #1485.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 379c2002..f3255e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Minimum Rust version has been bumped to 1.43.0 - The snapcraft.yaml file has been removed +- Updated `setab`/`setaf` capabilities in `alacritty-direct` to use colons ### Added - Secondary device attributes escape (`CSI > 0 c`) +- Support for colon separated SGR 38/48 ### Changed |