diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-31 00:00:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 00:00:23 +0000 |
commit | 2ef5e47b8e8591d9df5e3198daad9308b7851343 (patch) | |
tree | 5c1d4b9c6f7e88380c396e638666e3b58e25f2da /CHANGELOG.md | |
parent | 7f4dce2ee04859fb0b48f15cf808b60065778703 (diff) | |
download | alacritty-2ef5e47b8e8591d9df5e3198daad9308b7851343.tar.gz alacritty-2ef5e47b8e8591d9df5e3198daad9308b7851343.zip |
Mirror OSC query terminator
Fixes #3091.
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 220beea5..7ba99522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Print an error instead of crashing, when startup working directory is invalid - Line selection will now expand across wrapped lines - The default value for `draw_bold_text_with_bright_colors` is now `false` +- Mirror OSC query terminators instead of always using BEL ### Fixed |