From a3d6bf7a2cb68313eadc64558a533dde856e1a86 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Jan 2025 21:09:35 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 2 +- docs/pointer-shapes.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8d50f35d748..016b817c1dd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -105,7 +105,7 @@ Detailed list of changes - 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 ` action also clearing screen, not just the scrollback 0.38.1 [2024-12-26] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/pointer-shapes.rst b/docs/pointer-shapes.rst index 0b34824944c..8d2ebb5eb46 100644 --- a/docs/pointer-shapes.rst +++ b/docs/pointer-shapes.rst @@ -166,7 +166,7 @@ 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 +: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.