mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Make a note that images can be placed and such are known as placements
This commit is contained in:
@@ -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>\
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user