This commit is contained in:
Kovid Goyal 2025-01-06 21:09:35 +05:30
parent 1eeea70c7a
commit a3d6bf7a2c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ Detailed list of changes
- macOS: Add menu items to the Edit menu to clear the screen and scrollback - macOS: Add menu items to the Edit menu to clear the screen and scrollback
- Fix the :ac:`clear_terminal` scrollback action also clearing screen, not just scrollback - Fix the :ac:`clear_terminal scrollback <clear_terminal>` action also clearing screen, not just the scrollback
0.38.1 [2024-12-26] 0.38.1 [2024-12-26]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View file

@ -166,7 +166,7 @@ Legacy xterm compatibility
---------------------------- ----------------------------
The original xterm proposal for this escape code used shape names from the The original xterm proposal for this escape code used shape names from the
file:`X11/cursorfont.h` header on X11 based systems. Terminal implementations :file:`X11/cursorfont.h` header on X11 based systems. Terminal implementations
wishing to maintain compatibility with xterm can also implement these names as 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. aliases for the CSS based names defined in the :ref:`pointer_shape_names` table.