Allow selection of single cells with the mouse. Also improve mouse selection to follow semantics common to most programs

Fixes #945
Fixes #1007
This commit is contained in:
Kovid Goyal 2020-02-25 20:19:38 +05:30
parent 9a67176719
commit c167dcc4e9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -16,6 +16,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- A new :opt:`background_tint` option to darken the background under the text
area when using background images and/or transparent windows.
- Allow selection of single cells with the mouse. Also improve mouse selection
to follow semantics common to most programs (:iss:`945`)
- New options :opt:`cursor_beam_thickness` and :opt:`cursor_underline_thickness` to control the thickness of the
beam and underline cursors (:iss:`2337` and :pull:`2342`)