summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-11-04 22:41:13 +0300
committerChristian Duerr <contact@christianduerr.com>2019-11-04 20:41:13 +0100
commit2c671afb69fb97f94df9967e7ffcf07d5e6a7be1 (patch)
tree0333c0ee8bc6b1a10914af8c55448ae04d82bf5c /CHANGELOG.md
parent93e87eb0f1858138113d4ecdfaa8bfac3c127a39 (diff)
downloadalacritty-2c671afb69fb97f94df9967e7ffcf07d5e6a7be1.tar.gz
alacritty-2c671afb69fb97f94df9967e7ffcf07d5e6a7be1.zip
Add UTF-8 mouse mode support
Fixes #1934.
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 b29c6c1d..c7edd33c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Alternate scroll escape sequence (`CSI ? 1007 h` / `CSI ? 1007 l`)
- Print name of launch command if Alacritty failed to execute it
- Live reload font settings from config
+- UTF-8 mouse mode escape sequence (`CSI ? 1005 h` / `CSI ? 1005 l`)
### Changed