Skip to content

Commit

Permalink
Clarify behavior of placement id when image id is zero
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jun 7, 2022
1 parent cc3c7b0 commit b71d2e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/graphics-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,9 @@ id. To do so add the ``p`` key with a number between ``1`` and ``4294967295``.
When you specify a placement id, it will be added to the acknowledgement code
above. Every placement is uniquely identified by the pair of the ``image id``
and the ``placement id``. If you specify a placement id for an image that does
not have an id, it will be ignored. An example response::
not have an id (i.e. has id=0), it will be ignored. In particular this means
there can exist multiple images with ``image id=0, placement id=0``.
An example response::

<ESC>_Gi=<image id>,p=<placement id>;OK<ESC>\

Expand Down

0 comments on commit b71d2e0

Please sign in to comment.