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:
Kovid Goyal
2025-03-12 16:47:13 +05:30
parent fd1ce3dcd2
commit fd8172c04d
3 changed files with 18 additions and 4 deletions

View File

@@ -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`)