Dont clear selections on erase in screen commands unless the erased region intersects a selection

Fixes #7408
This commit is contained in:
Kovid Goyal
2024-05-02 19:37:59 +05:30
parent 814412b8ac
commit e84d67170c
2 changed files with 20 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ Detailed list of changes
- kitten @ send-key: Fix some keys being sent in kitty keyboard protocol encoding when not using socket for remote control
- Dont clear selections on erase in screen commands unless the erased region intersects a selection (:iss:`7408`)
0.34.1 [2024-04-19]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~