Fix a regression in the previous release that broke using `background for cursor_text_color`

Fixes #1288
This commit is contained in:
Kovid Goyal
2019-01-06 10:23:33 +05:30
parent 361b23e3f1
commit d00fbd73fc
2 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,13 @@ Changelog
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
0.13.3 [future]
------------------------------
- Fix a regression in the previous release that broke using ``background`` for
:opt:`cursor_text_color` (:iss:`1288`)
0.13.2 [2019-01-04]
------------------------------