summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Zheng <kevzheng@umich.edu>2019-06-09 13:02:15 -0500
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-06-09 18:02:15 +0000
commit204c46c7f9469a9d58ccc882afbd057f8675ef11 (patch)
treecfea8ffc5e096fcd32718e6dd75d376d6ca0da9c /CHANGELOG.md
parentf59aa19892724f41e3a56817fb69e95413312920 (diff)
Fix dynamic multi-color escape codes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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