When changing the cursor text color via escape codes or remote control to a fixed color, do not ignore cursor_text_color

Fixes #5994
This commit is contained in:
Kovid Goyal
2023-02-08 21:01:00 +05:30
parent 1d2a8288ee
commit 679862aa94
2 changed files with 3 additions and 5 deletions

View File

@@ -44,6 +44,8 @@ Detailed list of changes
- launch: When using ``--cwd=current`` for a remote system support running non shell commands as well (:disc:`5987`)
- When changing the cursor text color via escape codes or remote control to a fixed color, do not reset cursor_text_color (:iss:`5994`)
0.27.1 [2023-02-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~