Fix a regression in version 0.13.0 that caused background colors of space characters after private use unicode characters to not be respected

Fixes #1455
This commit is contained in:
Kovid Goyal
2019-03-11 20:03:58 +05:30
parent 56864cdfb7
commit a051cb9ee3
2 changed files with 7 additions and 4 deletions

View File

@@ -87,6 +87,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Fix specifying initial window size in cells not working correctly on
Retina screens (:iss:`1444`)
- Fix a regression in version 0.13.0 that caused background colors of space
characters after private use unicode characters to not be respected
(:iss:`1455`)
0.13.3 [2019-01-19]
------------------------------