summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-08-07 22:37:23 +0000
committerGitHub <noreply@github.com>2020-08-07 22:37:23 +0000
commit576252294d09c1f52ec73bde03652349bdf5a529 (patch)
treea69c478979c7bb3ca800996230a1db75c83da62e /CHANGELOG.md
parentb14d032432c9502d2aac0b01ecc957d92672eada (diff)
downloadalacritty-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.md2
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