Skip to content

Commit 09e75ea

Browse files
committed
Add a note about cursor movement after placing an image.
1 parent 84b03e9 commit 09e75ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/graphics-protocol.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@ allows rendering of text on top of images. Negative z-index values below
390390
INT32_MIN/2 (-1,073,741,824) will be drawn under cells with non-default background
391391
colors.
392392

393+
.. note:: After placing an image on the screen the cursor must be moved to the
394+
right by the number of cols in the image placement rectangle and down by the
395+
number of rows in the image placement rectangle. If either of these cause
396+
the cursor to leave either the screen or the scroll area, the exact
397+
positioning of the cursor is undefined, and up to implementations.
398+
399+
393400
Deleting images
394401
---------------------
395402

0 commit comments

Comments
 (0)