Add a note about cursor movement after placing an image.

This commit is contained in:
Kovid Goyal 2020-12-15 07:37:14 +05:30
parent 84b03e9f77
commit 09e75ea329
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -390,6 +390,13 @@ allows rendering of text on top of images. Negative z-index values below
INT32_MIN/2 (-1,073,741,824) will be drawn under cells with non-default background INT32_MIN/2 (-1,073,741,824) will be drawn under cells with non-default background
colors. colors.
.. note:: After placing an image on the screen the cursor must be moved to the
right by the number of cols in the image placement rectangle and down by the
number of rows in the image placement rectangle. If either of these cause
the cursor to leave either the screen or the scroll area, the exact
positioning of the cursor is undefined, and up to implementations.
Deleting images Deleting images
--------------------- ---------------------