diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-03 20:25:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-03 20:25:29 +0000 |
commit | 1ca729487e56e4f50d83790af4ef60e4f40b398f (patch) | |
tree | eb32f1e360ef8f065f3415a27b0f7ac1cd2103a6 /CHANGELOG.md | |
parent | de52ddb6c25a6d58cdfaa095ad6ec9abffa6564a (diff) | |
download | alacritty-1ca729487e56e4f50d83790af4ef60e4f40b398f.tar.gz alacritty-1ca729487e56e4f50d83790af4ef60e4f40b398f.zip |
Fix terminfo support for extended capabilities
To make sure all extended capabilities can be queried correctly, it is
necessary to compile the terminfo file using the `-x` flag.
Since Alacritty specified support for the XTerm mouse mode (XM/xm),
using the `-x` flag was not possible until now without breaking programs
like `htop`. By removing this flag, these issues should be resolved.
This fixes https://github.com/jwilm/alacritty/issues/2131.
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 cb5d2334..f6f6d565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resetting the terminal while in the alt screen will no longer disable scrollback - Cursor jumping around when leaving alt screen while not in the alt screen - Text lingering around when resetting while scrolled up in the history +- Terminfo support for extended capabilities ## Version 0.2.9 |