From f05a58f363496ff64c9019002d0c42a894c0996d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 27 Oct 2023 15:43:15 +0530 Subject: [PATCH] Note cursor movement behavior for relative placements in the spec --- docs/graphics-protocol.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 5c1225022..266fcd929 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -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 ---------------------