From 3a6c7e78dfbe6c4bd3de095b0d5e6b93ede18a7d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 15 Oct 2023 21:51:10 +0530 Subject: [PATCH] Note when support for pointer shapes was added --- docs/changelog.rst | 2 +- docs/pointer-shapes.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5d1e739ee..7cab0f1a2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -43,7 +43,7 @@ The :doc:`ssh kitten ` is redesigned with powerful new features: Detailed list of changes ------------------------------------- -0.30.2 [future] +0.31.0 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - A new option :opt:`menu_map` that allows adding entries to the global menubar on macOS (:disc:`6680`) diff --git a/docs/pointer-shapes.rst b/docs/pointer-shapes.rst index 4750a21b8..b751d86a3 100644 --- a/docs/pointer-shapes.rst +++ b/docs/pointer-shapes.rst @@ -1,6 +1,8 @@ Mouse pointer shapes ======================= +.. versionadded:: 0.31.0 + This is a simple escape code that can be used by terminal programs to change the shape of the mouse pointer. This is useful for buttons/links, dragging to resize panes, etc. It is based on the original escape code proposal from xterm