From d13ca162b34ffe814c990379a7977dfc9aee064f Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Tue, 9 Apr 2024 11:51:45 -0400 Subject: [PATCH 1/3] spelling fixes - indigate, acurately, concatinated, movemeent + indicate, accurately, concatenate, movement --- spec/terminal-unicode-core.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/terminal-unicode-core.tex b/spec/terminal-unicode-core.tex index 84ff520..33031ad 100644 --- a/spec/terminal-unicode-core.tex +++ b/spec/terminal-unicode-core.tex @@ -105,8 +105,8 @@ \section{Feature and Mode State Detection} \UCTEST \cite{DECRQM} can be used for testing the availability of this feature as well as the current mode the terminal is in with regards -to this specification, the \UCTEST reply will indigate each state -acurately enough not not need any new VT sequence introduced. +to this specification, the \UCTEST reply will indicate each state +accurately enough not not need any new VT sequence introduced. \section{Mode Switching} @@ -142,7 +142,7 @@ \subsection{Grapheme Cluster} \paragraph*{} When the cursor moves to a grid cell that contains a complete or incomplete grapheme cluster, this grid cell's contents will be erased and overwritten -rather then textually concatinated. +rather then textually concatenated. \paragraph*{} Therefore cursor movement semantics of the terminal remain unchanged. @@ -158,7 +158,7 @@ \subsection{Emoji} ZWJ emoji are required to be displayed as a single image with a width of 2 grid cells. The alternate display of ZWJ emoji in a decomposed sequence of sub-images -must not be used as a fallback as it will break cursor movemeent guarantees. +must not be used as a fallback as it will break cursor movement guarantees. \paragraph*{} If a ZWJ emoji cannot be rendered the display behavior is undefined - From 3b2763847b6d1f19bee32a99a786815d8739acd0 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Tue, 9 Apr 2024 14:04:39 -0400 Subject: [PATCH 2/3] change 'not not' -> 'to not' --- spec/terminal-unicode-core.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/terminal-unicode-core.tex b/spec/terminal-unicode-core.tex index 33031ad..00c363a 100644 --- a/spec/terminal-unicode-core.tex +++ b/spec/terminal-unicode-core.tex @@ -106,7 +106,7 @@ \section{Feature and Mode State Detection} \UCTEST \cite{DECRQM} can be used for testing the availability of this feature as well as the current mode the terminal is in with regards to this specification, the \UCTEST reply will indicate each state -accurately enough not not need any new VT sequence introduced. +accurately enough to not need any new VT sequence introduced. \section{Mode Switching} From d9838b1bf8110e0148e3c9065e0ac77de0beb281 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Fri, 8 Nov 2024 20:57:49 -0500 Subject: [PATCH 3/3] "to not need" -> "not to need" --- spec/terminal-unicode-core.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/terminal-unicode-core.tex b/spec/terminal-unicode-core.tex index 00c363a..31d5b7e 100644 --- a/spec/terminal-unicode-core.tex +++ b/spec/terminal-unicode-core.tex @@ -106,7 +106,7 @@ \section{Feature and Mode State Detection} \UCTEST \cite{DECRQM} can be used for testing the availability of this feature as well as the current mode the terminal is in with regards to this specification, the \UCTEST reply will indicate each state -accurately enough to not need any new VT sequence introduced. +accurately enough not to need any new VT sequence introduced. \section{Mode Switching}