Add tests for reset of cursor shape when running commands

This commit is contained in:
Kovid Goyal
2022-02-23 07:48:42 +05:30
parent 31a5965b01
commit e28aae620a
2 changed files with 16 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ Detailed list of changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- BASH integration: No longer modify :file:`~/.bashrc` to load :ref:`shell integration <shell_integration>`.
It is recommended to remove the lines used to load the shell integration from :file:`~/.bashrc`.
It is recommended to remove the lines used to load the shell integration from :file:`~/.bashrc` as they are no-ops.
- macOS: Allow kitty to handle various URL types. Can be configured via
:ref:`launch_actions` (:pull:`4618`)