aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2018-09-17 22:32:08 +0200
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-09-17 20:32:08 +0000
commit35ea0cded20aac5fa40859a22b95979d15018c51 (patch)
treea8aa8572e50f736d15cb03c5f2d97344eb072c90 /CHANGELOG.md
parent7a8a002da6a7c5b17edf5dc8cc8e3f9e089632fc (diff)
downloadalacritty-35ea0cded20aac5fa40859a22b95979d15018c51.tar.gz
alacritty-35ea0cded20aac5fa40859a22b95979d15018c51.zip
Set COLORTERM variable to advertise 24-bit support
Set `COLORTERM` to `truecolor` in order for applications to be able to detect that alacritty supports 24-bit colors. See https://gist.github.com/XVilka/8346728 for more details. Closes #1526.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index feb115e9..8c6bd00f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Added
+
+- Set the environment variable `COLORTERM="truecolor"` to advertise 24-bit color support
+
### Changed
- First click on unfocused Alacritty windows is no longer ignored on platforms other than macOS