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

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