mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Fix a regression in the previous release that caused empty lines to be skipped when copying text from a selection
Fixes #8435
This commit is contained in:
parent
fd1ce3dcd2
commit
fd8172c04d
3 changed files with 18 additions and 4 deletions
|
|
@ -101,6 +101,8 @@ Detailed list of changes
|
|||
|
||||
- A new option :opt:`clear_selection_on_clipboard_loss` to clear selections when they no longer reflect the contents of the clipboard
|
||||
|
||||
- Fix a regression in the previous release that caused empty lines to be skipped when copying text from a selection (:iss:`8435`)
|
||||
|
||||
- Fix flickering of hyperlink underline when client program continuously
|
||||
redraws on mouse movement (:iss:`8414`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue