Add a configurable mouse action to select from the clicked point to the end of the line.
Fixes #3585
This commit is contained in:
@@ -12,6 +12,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
|
||||
- Support infinite length ligatures (:iss:`3504`)
|
||||
|
||||
- Add a configurable mouse action to select from the clicked point to the end of the line.
|
||||
(:iss:`3585`)
|
||||
|
||||
- Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling
|
||||
when the num lock or caps lock modifiers were engaged. (:iss:`3587`)
|
||||
|
||||
@@ -708,7 +711,7 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
beam and underline cursors (:iss:`2337` and :pull:`2342`)
|
||||
|
||||
- When the application running in the terminal grabs the mouse, pass middle
|
||||
clicks to the application unless :opt:`terminal_select_modifiers` are
|
||||
clicks to the application unless `terminal_select_modifiers` are
|
||||
pressed (:iss:`2368`)
|
||||
|
||||
- A new ``copy_and_clear_or_interrupt`` function (:iss:`2403`)
|
||||
@@ -988,7 +991,7 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
the mouse pointer shape when the terminal programs grabs the pointer
|
||||
(:iss:`1808`)
|
||||
|
||||
- Add an option :opt:`terminal_select_modifiers` to control which modifiers
|
||||
- Add an option `terminal_select_modifiers` to control which modifiers
|
||||
are used to override mouse selection even when a terminal application has
|
||||
grabbed the mouse (:iss:`1774`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user