Skip to content

spelling fixes #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions spec/terminal-unicode-core.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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 to need any new VT sequence introduced.

\section{Mode Switching}

Expand Down Expand Up @@ -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.
Expand All @@ -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 -
Expand Down