A new option to clear selections when they no longer reflect the contents of the clipboard

This commit is contained in:
Kovid Goyal
2025-03-12 11:41:27 +05:30
parent b34a88065b
commit 96d5c9c7c6
7 changed files with 37 additions and 1 deletions

View File

@@ -99,6 +99,8 @@ Detailed list of changes
- Do not count background processes by default for :opt:`confirm_os_window_close` (:iss:`8358`)
- A new option :opt:`clear_selection_on_clipboard_loss` to clear selections when they no longer reflect the contents of the clipboard
- Fix flickering of hyperlink underline when client program continuously
redraws on mouse movement (:iss:`8414`)