mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Add a paragraph on legacy xterm compat for pointer shapes
This commit is contained in:
parent
3a6c7e78df
commit
5d5bbe9b96
2 changed files with 14 additions and 0 deletions
|
|
@ -149,3 +149,15 @@ characters from the set ``a-z0-9_-``.
|
|||
#. zoom-out
|
||||
|
||||
.. end list of shape css names
|
||||
|
||||
|
||||
Legacy xterm compatibility
|
||||
----------------------------
|
||||
|
||||
The original xterm proposal for this escape code used shape names from the
|
||||
file:`X11/cursorfont.h` header on X11 based systems. Terminal implementations
|
||||
wishing to maintain compatibility with xterm can also implement these names as
|
||||
aliases for the CSS based names defined in the :ref:`pointer_shape_names` table.
|
||||
|
||||
The simplest mode of operation of this escape code, which is no leading
|
||||
optional char and a single shape name is compatible with xterm.
|
||||
|
|
|
|||
|
|
@ -1212,3 +1212,5 @@ class TestScreen(BaseTest):
|
|||
t('>default,help', 'help')
|
||||
t('<', 'default')
|
||||
t('<', '0')
|
||||
t('=left_ptr', 'default')
|
||||
t('=fleur', 'move')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue