Make a note that images can be placed and such are known as placements

This commit is contained in:
Kovid Goyal
2020-12-01 21:21:24 +05:30
parent b00cd5cbc3
commit 0173959e64

View File

@@ -326,11 +326,12 @@ Display images on screen
Every transmitted image can be displayed an arbitrary number of times on the Every transmitted image can be displayed an arbitrary number of times on the
screen, in different locations, using different parts of the source image, as screen, in different locations, using different parts of the source image, as
needed. You can either simultaneously transmit and display an image using the needed. Each such display of an image is called a *placement*. You can either
action ``a=T``, or first transmit the image with a id, such as ``i=10`` and then display simultaneously transmit and display an image using the action ``a=T``, or first
it with ``a=p,i=10`` which will display the previously transmitted image at the current transmit the image with a id, such as ``i=10`` and then display it with
cursor position. When specifying an image id, the terminal emulator will reply with an ``a=p,i=10`` which will display the previously transmitted image at the current
acknowledgement code, which will be either:: cursor position. When specifying an image id, the terminal emulator will reply
to the placement request with an acknowledgement code, which will be either::
<ESC>_Gi=<id>;OK<ESC>\ <ESC>_Gi=<id>;OK<ESC>\