Fix dynamically changing the background color in a window causing rendering artifacts in the tab bar

Fixes #3595
This commit is contained in:
Kovid Goyal 2021-05-09 11:54:51 +05:30
parent 80c13fa75b
commit 355808b0f6
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 2 deletions

View file

@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
``KITTY_PIPE_DATA`` is also available via command line argument substitution
(:iss:`3593`)
- Fix dynamically changing the background color in a window causing rendering
artifacts in the tab bar (:iss:`3595`)
0.20.3 [2021-05-06]
----------------------