- Add an option :opt:terminal_select_modifiers to control which modifiers are used to override mouse selection

Fixes #1774
This commit is contained in:
Kovid Goyal
2019-07-03 10:50:07 +05:30
parent 6866cd0fb8
commit 1e172caea3
5 changed files with 14 additions and 6 deletions

View File

@@ -12,11 +12,11 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow passing a ``!neighbor`` argument to the new_window mapping to open a
new window next to the active window (:iss:`1746`)
- Fix an out of bounds read causing a crash when selecting text with the mouse
in the alternate screen mode (:iss:`1578`)
- Document the kitty remote control protocol (:iss:`1646`)
- Add an option :opt:`terminal_select_modifiers` to control which
modifiers are used to override mouse selection (:iss:`1774`)
- When piping data to a child in the pipe command do it in a thread so as not
to block the UI (:iss:`1708`)
@@ -35,6 +35,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Fix finding fallback font for private use unicode symbols not working
reliably (:iss:`1650`)
- Fix an out of bounds read causing a crash when selecting text with the mouse
in the alternate screen mode (:iss:`1578`)
0.14.2 [2019-06-09]
---------------------