Fix a crash/incorrect rendering when detaching a window in some circumstances

Fixes #2173

Ensure all cell related GPU data is resent
This commit is contained in:
Kovid Goyal
2019-11-28 09:01:40 +05:30
parent a9928ec98a
commit 652eec3033
4 changed files with 17 additions and 8 deletions

View File

@@ -4,6 +4,13 @@ Changelog
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.15.1 [future]
--------------------
- Fix a crash/incorrect rendering when detaching a window in some circumstances
(:iss:`2173`)
0.15.0 [2019-11-27]
--------------------