A new action copy_ansi_to_clipboard to copy the current selection with ANSI formatting codes

Fixes #4665
This commit is contained in:
Kovid Goyal
2022-02-10 12:20:19 +05:30
parent ce8b0cf748
commit 1170cf474f
6 changed files with 124 additions and 20 deletions

View File

@@ -93,6 +93,9 @@ Detailed list of changes
- A new action to clear the screen up to the line containing the cursor, see
:ac:`clear_terminal`
- A new action :ac:`copy_ansi_to_clipboard` to copy the current selection with ANSI formatting codes
(:iss:`4665`)
- macOS: Fix a regression in the previous release that broke switching input
sources by keyboard (:iss:`4621`)