diff options
author | Chris Morgan <me@chrismorgan.info> | 2019-08-25 20:46:52 +1000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-08-25 14:30:42 +0200 |
commit | e69f259d0e68a1ac382028cad7a50eb4652ef12a (patch) | |
tree | 2ce124c6eb7e484ff1b5b42019feb53a4c09c182 /CHANGELOG.md | |
parent | ad0365219f7f264ef0fdf0b3e4401bad7ac40e55 (diff) | |
download | alacritty-e69f259d0e68a1ac382028cad7a50eb4652ef12a.tar.gz alacritty-e69f259d0e68a1ac382028cad7a50eb4652ef12a.zip |
Add bold italic font support
If the terminal escape sequences for bold and italic text are active,
the text should be rendered as bold and italic. However, due to missing
support in Alacritty, it would always render this text in bold.
This adds support for combining the bold and italic escapes to render
text in both styles and allows users to override the font for this
scenario using the `font.bold_italic` configuration option.
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 c3836221..51fe5809 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 - Config option `window.gtk_theme_variant` to set GTK theme variant - Completions for `--class` and `-t` (short title) - Change the mouse cursor when hovering over the message bar and its close button +- Support combined bold and italic text (with `font.bold_italic` to customize it) ### Changed |