diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-02-14 01:22:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 22:22:02 +0000 |
commit | 696fc792e833f8d37b184c63ad004651b8bba5ea (patch) | |
tree | a1ef99db7304246e536d72e007a5591327ee894b /CHANGELOG.md | |
parent | 7ecf93ec7061869713ebaa07384ad7a935c4a4d5 (diff) | |
download | alacritty-696fc792e833f8d37b184c63ad004651b8bba5ea.tar.gz alacritty-696fc792e833f8d37b184c63ad004651b8bba5ea.zip |
Increase Beam, Underline and Box cursors' line width
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 43af69de..9b4a3ec1 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 - 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 +- Increased Beam, Underline, and Hollow Block cursors' line widths ### Fixed |