docs: Small nits and fixes

- Fix unsetting var
- Use actual b64 value for 1
- Other small fixes for clarity
This commit is contained in:
Arvin Verain
2025-10-27 11:22:29 +08:00
parent 8f9d454dd0
commit 2199927cf1
3 changed files with 7 additions and 7 deletions

View File

@@ -52,8 +52,8 @@ than numbers. The syntax of the escape code is::
<OSC> 21 ; key=value ; key=value ; ... <ST>
The spaces in the above definition are for reading clarity and should be ignored.
Here, ``<OSC>`` is the two bytes ``0x1b (ESC)`` and ``0x5d (])``. ``ST`` is
either ``0x7 (BEL)`` or the two bytes ``0x1b (ESC)`` and ``0x5c (\\)``.
Here, ``<OSC>`` is the two bytes ``0x1b (ESC)`` and ``0x5d (])``. ``<ST>`` is
either ``0x07 (BEL)`` or the two bytes ``0x1b (ESC)`` and ``0x5c (\\)``.
``key`` is a number from 0-255 to query or set the color values from the
terminals ANSI color table, or one of the strings in the table below for