From d12818c30fc358b7b237900e17e6eea88aad3a9b Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Mon, 30 Dec 2024 13:01:37 -0600 Subject: [PATCH] fix(vt): s/SGR/CSI and fix newline inserted in markdown link --- "\\" | 34 ++++++++++++++++++++++++++++++++++ docs/vt/concepts/sequences.mdx | 5 ++--- 2 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 "\\" diff --git "a/\\" "b/\\" new file mode 100644 index 0000000..98336fd --- /dev/null +++ "b/\\" @@ -0,0 +1,34 @@ +fix(vt): s/SGR/CSI and fix newline inserted in markdown link +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# On branch vt-fixup-rockorager-doh +# Changes to be committed: +# modified: docs/vt/concepts/sequences.mdx +# +# ------------------------ >8 ------------------------ +# Do not modify or remove the line above. +# Everything below it will be ignored. +diff --git a/docs/vt/concepts/sequences.mdx b/docs/vt/concepts/sequences.mdx +index 61819baf2493..8e9c9f6f6fbf 100644 +--- a/docs/vt/concepts/sequences.mdx ++++ b/docs/vt/concepts/sequences.mdx +@@ -87,7 +87,7 @@ ST = "0x1B" "0x5C" + + ## DCS Sequences + +-DCS Sequences are like an SGR sequence combined with an OSC sequence: they ++DCS Sequences are like an CSI sequence combined with an OSC sequence: they + natively support integer parameters as well as string values. An example DSC + sequence is `DCS + P q ST` + +@@ -104,8 +104,7 @@ ST = "0x1B" "0x5C" + ## APC Sequences + + Ghostty supports APC sequences. Currently there is only one supported APC +-sequence: the Kitty Graphics Protocol sequence. This is documented [here] +-(https://sw.kovidgoyal.net/kitty/graphics-protocol/). ++sequence: the Kitty Graphics Protocol sequence. This is documented [here](https://sw.kovidgoyal.net/kitty/graphics-protocol/). + + ``` + apc_sequence = "0x1B" "_" data ST diff --git a/docs/vt/concepts/sequences.mdx b/docs/vt/concepts/sequences.mdx index 61819ba..9623cee 100644 --- a/docs/vt/concepts/sequences.mdx +++ b/docs/vt/concepts/sequences.mdx @@ -87,7 +87,7 @@ ST = "0x1B" "0x5C" ## DCS Sequences -DCS Sequences are like an SGR sequence combined with an OSC sequence: they +DCS Sequences are like a CSI sequence combined with an OSC sequence: they natively support integer parameters as well as string values. An example DSC sequence is `DCS + P q ST` @@ -104,8 +104,7 @@ ST = "0x1B" "0x5C" ## APC Sequences Ghostty supports APC sequences. Currently there is only one supported APC -sequence: the Kitty Graphics Protocol sequence. This is documented [here] -(https://sw.kovidgoyal.net/kitty/graphics-protocol/). +sequence: the Kitty Graphics Protocol sequence. This is documented [here](https://sw.kovidgoyal.net/kitty/graphics-protocol/). ``` apc_sequence = "0x1B" "_" data ST