From a767739c063f012cba0ead69a1d062e161d25620 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 2 Nov 2025 13:11:16 +0100 Subject: [PATCH] doc terminal-compatibility: fix inconsistent parameter wildcard notation --- doc_src/terminal-compatibility.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/terminal-compatibility.rst b/doc_src/terminal-compatibility.rst index df09012b9..34d1d1f01 100644 --- a/doc_src/terminal-compatibility.rst +++ b/doc_src/terminal-compatibility.rst @@ -12,7 +12,7 @@ If a valid CSI, OSC or DCS sequence does not represent a command implemented by Control sequences are denoted in a fish-like syntax. Special characters other than ``\`` are not escaped. Spaces are only added for readability and are not part of the sequence. -Placeholders are written as ```` for a number or ```` for an arbitrary printable string. +Placeholders are written as ``Ps`` for a number or ``Pt`` for an arbitrary printable string. **NOTE:** fish does not rely on your system's terminfo database. In this document, terminfo (TI) codes are included for reference only.