From 3c852a517becd0567b3ad1aa8afea90076f7dc6c Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Tue, 26 Nov 2024 09:08:24 -0600 Subject: [PATCH] Correct OSC definition in color control protocol --- docs/color-stack.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/color-stack.rst b/docs/color-stack.rst index b3feafd6f..da660f790 100644 --- a/docs/color-stack.rst +++ b/docs/color-stack.rst @@ -52,8 +52,8 @@ than numbers. The syntax of the escape code is:: 21 ; key=value ; key=value ; ... The spaces in the above definition are for reading clarity and should be ignored. -Here, ```` is the two bytes ``0x1b (ESC)`` and ``0x5b ([)``. ``ST`` is -either `0x7 (BEL)` or the two bytes ``0x1b (ESC)`` and ``0x5c (\\)``. +Here, ```` is the two bytes ``0x1b (ESC)`` and ``0x5d (])``. ``ST`` is +either ``0x7 (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