diff options
author | Kevin Zheng <kevzheng@umich.edu> | 2019-06-09 13:02:15 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-09 18:02:15 +0000 |
commit | 204c46c7f9469a9d58ccc882afbd057f8675ef11 (patch) | |
tree | cfea8ffc5e096fcd32718e6dd75d376d6ca0da9c /CHANGELOG.md | |
parent | f59aa19892724f41e3a56817fb69e95413312920 (diff) | |
download | alacritty-204c46c7f9469a9d58ccc882afbd057f8675ef11.tar.gz alacritty-204c46c7f9469a9d58ccc882afbd057f8675ef11.zip |
Fix dynamic multi-color escape codes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9b493d..25437a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -392,6 +392,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pressing enter on the numpad should now insert a newline - The mouse bindings now support keyboard modifiers (shift/ctrl/alt/super) - Add support for the bright foreground color +- Support for setting foreground, background colors in one escape sequence ### Changed |