diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2021-12-27 23:31:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 23:31:08 +0200 |
commit | e2b5219eb40eaf36d8255cd87c5202bbb8ba0825 (patch) | |
tree | af909c5acf4c5d7965e21d0d2c4558b6acc4101e /CHANGELOG.md | |
parent | f0934d8440021b3762211d7cf0c26478dacee0dc (diff) | |
download | alacritty-e2b5219eb40eaf36d8255cd87c5202bbb8ba0825.tar.gz alacritty-e2b5219eb40eaf36d8255cd87c5202bbb8ba0825.zip |
Fix input lag with nvidia driver on Wayland
Fixes #5694.
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 b3d738ba..397d5514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Crash when the vi cursor is on the scrollback and viewport clear is invoked - Freeze when the vi cursor is on the scrollback and scrollback clear is invoked - Vi cursor on topmost of the display moving downward when scrolled into history with active output +- Input lag on Wayland with Nvidia binary driver ### Removed |