summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNiklas Claesson <nicke.claesson@gmail.com>2018-09-26 19:38:41 +0200
committerJoe Wilm <jwilm@users.noreply.github.com>2018-09-26 10:38:41 -0700
commit94b9345a26370fc02fa092016e59511a330f4cb4 (patch)
tree60c10aaadb648fad52e1a299c6b633f8c7539810 /CHANGELOG.md
parent2ef376bb7286ac0535487122260a817dd9b4d896 (diff)
Implement CNL and CPL escape codes (#1590)
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 72e5edbb..7b233ee2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for changing the colors from 16 to 256 in the `indexed_colors` config section
- Add `save_to_clipboard` configuration option for copying selected text to the system clipboard
- New terminfo entry, `alacritty-direct`, that advertises 24-bit color support
+- Add support for CSI sequences Cursor Next Line (`\e[nE`) and Cursor Previous Line (`\e[nF`)
### Changed