diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-09-22 16:34:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 14:34:14 +0000 |
commit | c74b5fa857a133298f0207c499c47cb95b27c78c (patch) | |
tree | c915fdab4cb4dd9d700c4250a078c8341f735a25 /CHANGELOG.md | |
parent | 8dfd2e56ad7aaeaf09aaf9f680420cc5988155b0 (diff) | |
download | alacritty-c74b5fa857a133298f0207c499c47cb95b27c78c.tar.gz alacritty-c74b5fa857a133298f0207c499c47cb95b27c78c.zip |
Ignore cursor color request with default colors
Currently when the cursor colors are requested for the default cursor
color, Alacritty always responds with #000000. Since this is most likely
incorrect, this response is misleading.
Realistically there's very little reason why any application would need
to know the color of the (often dynamically changing) default cursor. So
instead of always reporting an incorrect black value, this patch just
stops reporting values unless the cursor color was explicitly changed.
Closes #8169.
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 20df64f0..38584ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Kitty keyboard protocol reporting shifted key codes - Broken search with words broken across line boundary on the first character - Config import changes not being live reloaded +- Cursor color requests with default cursor colors ## 0.13.2 |