From 45a98b19c532616c41e1971dcb14417ed1b72e37 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 17 Oct 2023 21:17:45 +0530 Subject: [PATCH] Mention that pointer shapes can be demo-ed with the mouse_demo kitten --- docs/pointer-shapes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pointer-shapes.rst b/docs/pointer-shapes.rst index 2712d77fc..facbd0d50 100644 --- a/docs/pointer-shapes.rst +++ b/docs/pointer-shapes.rst @@ -30,6 +30,10 @@ First some examples:: # Query the terminal for what the currently set shape is 22 ; ?__current__ \ +To demo the various shapes, simply run the following command inside kitty:: + + kitten mouse_demo + For more details see below. Setting the pointer shape @@ -154,6 +158,9 @@ characters from the set ``a-z0-9_-``. .. end list of shape css names +To demo the various shapes, simply run the following command inside kitty:: + + kitten mouse_demo Legacy xterm compatibility ----------------------------