From d3837337472e6090dd0d7b4463022292c4508347 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 14 May 2026 16:29:59 +0800 Subject: [PATCH] doc terminal-compatibility: don't call out informative Git prompt's arrows The up/down arrows (as well as lots of other non-ASCII characters) are printed by the informative Git prompt, which is not eabled by default. --- doc_src/terminal-compatibility.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/terminal-compatibility.rst b/doc_src/terminal-compatibility.rst index e40e1ee2c..40ad13939 100644 --- a/doc_src/terminal-compatibility.rst +++ b/doc_src/terminal-compatibility.rst @@ -333,7 +333,7 @@ Unicode Codepoints By default, fish outputs the following non-ASCII characters:: - × ► ¶ ⏎ • ● … μ – ’ ‘ “ ” ← → ↑ ↓ + × ► ¶ ⏎ • ● … μ – ’ ‘ “ ” as well as control pictures (U+2400 through U+241F), -and locale-specific ones in :ref:`translated strings `. +and locale-specific ones in :ref:`translated messages `.