From f8644682f97dbff1a4f8e2d3b67a4ff5e8561bbe Mon Sep 17 00:00:00 2001 From: pagedown Date: Fri, 10 Feb 2023 12:46:40 +0800 Subject: [PATCH] ... --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4c238c936..a75ff811c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -44,7 +44,7 @@ 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`) +- When changing the cursor color via escape codes or remote control to a fixed color, do not reset cursor_text_color (:iss:`5994`) - Input Method Extensions: Fix incorrect rendering of IME in-progress text in some situations (:pull:`6002`)