File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ prompt is displayed.
7373
7474- Bug Fixes
7575 - Updated ` rich_utils.ANSI_STYLE_SEQUENCE_RE ` to only match ANSI SGR (Select Graphic Rendition)
76- sequences for text styling.
76+ sequences for text styling. It previously also matched DEC Private Mode sequences.
7777
7878## 3.2.1 (February 21, 2026)
7979
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def test_preserve_non_style_csi() -> None:
150150
151151
152152def test_preserve_private_modes () -> None :
153- # Test that DEC private modes (containing '?') are not stripped
153+ # Test that DEC Private Modes (containing '?') are not stripped
154154 # Hide cursor (\x1b[?25l) and Show cursor (\x1b[?25h)
155155 hide_cursor = "\x1b [?25l"
156156 show_cursor = "\x1b [?25h"
You can’t perform that action at this time.
0 commit comments