diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2021-12-27 23:31:08 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2022-01-08 21:52:58 +0100 |
commit | cf55fc9e1f05e3e8a1c1099e6af3297e90f0d0e8 (patch) | |
tree | d54dada40229f6fe2df1657039811abfc4bfae32 /CHANGELOG.md | |
parent | e9bdbb80e1e67f6c491a339aae3f351f75b37344 (diff) | |
download | alacritty-cf55fc9e1f05e3e8a1c1099e6af3297e90f0d0e8.tar.gz alacritty-cf55fc9e1f05e3e8a1c1099e6af3297e90f0d0e8.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 30fecbaf..6c44ac27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,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 |