From 3bc6bf3659779203a7236650ff5f832efe5222f0 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 14 May 2025 17:48:39 -0400 Subject: [PATCH] doc/rl-next: add osc-8-xterm-style-fix --- doc/manual/rl-next/osc-8-xterm-style-fix.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/manual/rl-next/osc-8-xterm-style-fix.md diff --git a/doc/manual/rl-next/osc-8-xterm-style-fix.md b/doc/manual/rl-next/osc-8-xterm-style-fix.md new file mode 100644 index 000000000..335d7850b --- /dev/null +++ b/doc/manual/rl-next/osc-8-xterm-style-fix.md @@ -0,0 +1,8 @@ +--- +synopsis: "Amend OSC 8 escape stripping for xterm-style separator" +issues: +prs: [13109] +--- + +Improve terminal escape code filtering to understand a second type of hyperlink escape codes. +This in particular prevents parts of GCC 14's diagnostics from being improperly filtered away.