diff options
author | Sabu Siyad <hello@ssiyad.com> | 2022-08-03 02:13:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 20:43:37 +0000 |
commit | 76c5d01ee2b2178e71df578a109108655a97c24a (patch) | |
tree | 186412c5a5f1f8bb24c286b8b4c202c1ce05a4eb /CHANGELOG.md | |
parent | 1df32309fe69d4e8113813a3e9049a7039650f44 (diff) | |
download | alacritty-76c5d01ee2b2178e71df578a109108655a97c24a.tar.gz alacritty-76c5d01ee2b2178e71df578a109108655a97c24a.zip |
Warn if only columns XOR lines is set
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 08c2db9d..3cd92c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Blinking cursor will timeout after `5` seconds by default - Deprecated `colors.search.bar`, use `colors.footer_bar` instead - On macOS, Alacritty now reads `AppleFontSmoothing` from user defaults to control font smoothing +- Warn when either `columns` or `lines` is non-zero, but not both ### Fixed |