Skip to content

Commit 816286a

Browse files
Some wording improvements.
1 parent 9d7803c commit 816286a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

spec/vt-good-image-protocol.tex

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,8 @@ \subsection{Render Image}
266266

267267
\subsection{Upload and Render Image}
268268

269-
An image can be uploaded and rendered within a single instruction.
270-
The image is being released automatically right after and therefore cannot be referenced
271-
again.
269+
This uploads and renders the image via a single VT sequence. Therefore no image Id is required and
270+
there won't be any way to reference that image after either.
272271

273272
The parameters of this function is the sum of the image upload and image render parameters excluding the unique
274273
identifier.
@@ -284,24 +283,24 @@ \subsection{Release Image}
284283
\subsection{Feature Detection}
285284

286285
\DA is already used to advertise terminal features, including sixel graphics, and thus,
287-
could be used to also advertise the availability of \GoodImageProtocol.
286+
it does make sense to be used to also advertise the availability of \GoodImageProtocol.
288287

289288
There is some improved feature detection specification work ongoing,
290289
so there may be other ways to detect \GoodImageProtocol in the future, when that is ready.
291290

292291
\subsection{Interoperability with other VT sequences}
293292

294-
\subsubsection*{Clearing the grid}
293+
\subsubsection*{Clearing the screen}
295294

296-
VT sequences (such as \code{CSI Ps J}) that reset the textual contents of the grid cells will also
295+
VT sequences (such as \code{CSI Ps J}) that reset at least the textual contents of the grid cells will also
297296
clear their image fragment referencing an underlying image, possibly also releasing the
298-
underlying image(s) from the image storage pool when their reference count goes to zero.
297+
underlying image(s) from the image storage pool when their reference count goes down to zero.
299298

300-
\subsubsection*{Primary and alt screen}
299+
\subsubsection*{Primary and alternate screen}
301300

302-
Alt screen and primary screen maintain both their own image storage pool.
301+
Alternate screen and primary screen maintain both their own image storage pool.
303302

304-
When leaving the alt screen, its image storage pool gets cleared.
303+
When leaving the alternate screen, its image storage pool gets cleared too.
305304
% }}}
306305
\section{Syntax} % {{{
307306

0 commit comments

Comments
 (0)