Make shift+left click extend the current selection instead of starting a new selection when the mouse is not grabbed by the TUI application

Matches behavior common to most GUI applications and other terminal
emulators. Can be reverted to previous behavior easily.

See https://github.com/kovidgoyal/kitty/discussions/9608
This commit is contained in:
Kovid Goyal
2026-03-05 11:00:43 +05:30
parent e1a14551fa
commit fcdc67a356
3 changed files with 14 additions and 3 deletions

View File

@@ -264,6 +264,9 @@ Detailed list of changes
- Cursor trail: Show a cursor trail when switching tabs (:pull:`9588`)
- Make shift+left click extend the current selection instead of starting a new
selection when the mouse is not grabbed by the TUI application (:disc:`9608`)
0.45.0 [2025-12-24]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~