diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-25 07:52:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 07:52:15 +0300 |
commit | 32ea98deeba5f0eb6c51062cfb0fd2caa802054d (patch) | |
tree | e818066ce9f8072cdd96b54bcae93ce3958ed741 /CHANGELOG.md | |
parent | 65a5bed2e1371cce71c6aea6ab1ab2d6a91e059d (diff) | |
download | alacritty-32ea98deeba5f0eb6c51062cfb0fd2caa802054d.tar.gz alacritty-32ea98deeba5f0eb6c51062cfb0fd2caa802054d.zip |
Fix hyperlink preview for 2 lines terminal (#6953)
The intention was to show it, however it was hidden due to wrong
comparisson check.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7b44e5..597334d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mode-specific bindings can now be bound in any mode for easier macros - `--help` output is more compact now and uses more neutral palette +### Fixed + +- Hyperlink preview not being shown when the terminal has exactly 2 lines + ## 0.12.1 ### Fixed |