From dffe4e4fedc73675bc791562486a632f9b595ece Mon Sep 17 00:00:00 2001 From: April Hall Date: Sun, 29 Dec 2024 17:48:13 -0500 Subject: [PATCH 1/3] Missing commas --- docs/vt/concepts/cursor.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vt/concepts/cursor.mdx b/docs/vt/concepts/cursor.mdx index 1388c799..f1354a84 100644 --- a/docs/vt/concepts/cursor.mdx +++ b/docs/vt/concepts/cursor.mdx @@ -8,8 +8,8 @@ description: |- The cursor is always present in a terminal and is located at some row and column within the active screen area. The cursor -may be visually hidden but the terminal internal state always -has a cursor and it is always located at some active position. +may be visually hidden, but the terminal internal state always +has a cursor, and it is always located at some active position. The cursor most commonly is associated with where the next printed character will be placed. However, the cursor is also From 2fc1859c83bfb4a9ea867df7e028bc56be57524c Mon Sep 17 00:00:00 2001 From: April Hall Date: Sun, 29 Dec 2024 17:48:59 -0500 Subject: [PATCH 2/3] Missing commas --- docs/vt/concepts/sequences.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vt/concepts/sequences.mdx b/docs/vt/concepts/sequences.mdx index 98ff65c9..34714823 100644 --- a/docs/vt/concepts/sequences.mdx +++ b/docs/vt/concepts/sequences.mdx @@ -70,8 +70,8 @@ final = [0x40-0x7E] ## DCS Sequences -Ghostty supports DCS sequences but these aren't yet documented. +Ghostty supports DCS sequences, but these aren't yet documented. ## APC Sequences -Ghostty supports APC sequences but these aren't yet documented. +Ghostty supports APC sequences, but these aren't yet documented. From 129cd3ac393344a9aee4a0083b4c040b14af6c21 Mon Sep 17 00:00:00 2001 From: April Hall Date: Sun, 29 Dec 2024 17:52:14 -0500 Subject: [PATCH 3/3] Missing comma --- docs/install/binary.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/binary.mdx b/docs/install/binary.mdx index d658f8d9..05a51d19 100644 --- a/docs/install/binary.mdx +++ b/docs/install/binary.mdx @@ -57,7 +57,7 @@ in Arch Linux's `[extra]` repository. pacman -S ghostty ``` -Additionally a recipe for building and installing the tip of the `main` +Additionally, a recipe for building and installing the tip of the `main` branch from source is available in the Arch User Repository (AUR) as [ghostty-git](https://aur.archlinux.org/packages/ghostty-git). Installation may be done with an AUR helper or from source per the