Note when support for pointer shapes was added

This commit is contained in:
Kovid Goyal
2023-10-15 21:51:10 +05:30
parent 10a2f246bc
commit 3a6c7e78df
2 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ The :doc:`ssh kitten <kittens/ssh>` 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`)

View File

@@ -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