From 33ecfc6f84618adc56783553fb73d57ccdb301ca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Mar 2021 22:33:30 +0530 Subject: [PATCH] ... --- docs/graphics-protocol.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 5e3f160a8..0bef2396a 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -686,8 +686,8 @@ Key Value Default Description ``Y`` Positive integer ``0`` The y-offset within the first cell at which to start displaying the image ``c`` Positive integer ``0`` The number of columns to display the image over ``r`` Positive integer ``0`` The number of rows to display the image over -``C`` Positive integer ``0`` Cursor movement policy. ``0`` is the default, to move the cursor after the image. - ``1`` is to not move the cursor at all when placing images. +``C`` Positive integer ``0`` Cursor movement policy. ``0`` is the default, to move the cursor to after the image. + ``1`` is to not move the cursor at all when placing the image. ``z`` 32-bit integer ``0`` The *z-index* vertical stacking order of the image **Keys for animation frame loading**