Note cursor movement behavior for relative placements in the spec

This commit is contained in:
Kovid Goyal
2023-10-27 15:43:15 +05:30
parent 9f42e915c8
commit f05a58f363

View File

@@ -698,6 +698,13 @@ C and C is relative to A. In such cases, the terminal must respond with the
If a client attempts to create a reference to a placement that does not exist
the terminal must respond with the ``ENOPARENT`` error code.
.. note::
Since a relative placement gets its position specified based on another
placement, instead of the cursor, the cursor must not move after a relative
position, regardless of the value of the ``C`` key to control cursor
movement.
Deleting images
---------------------