Changelog entry for cursor beam thickness option

This commit is contained in:
Kovid Goyal 2020-02-06 17:52:40 +05:30
parent 53e059f4f7
commit e33f882abc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 1 deletions

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.
- A new :opt:`cursor_beam_thickness` option to control the thickness of the
beam cursor (:iss:`2337`)
0.16.0 [2020-01-28]

View File

@ -395,7 +395,7 @@ background color of the cell underneath instead, use the special keyword: backgr
o('cursor_shape', 'block', option_type=to_cursor_shape, long_text=_(
'The cursor shape can be one of (block, beam, underline)'))
o('cursor_beam_thickness', 1.5, option_type=positive_float, long_text=_(
'Defines the thickness of the beam cursor'))
'Defines the thickness of the beam cursor (in pts)'))
o('cursor_blink_interval', -1, option_type=float, long_text=_('''
The interval (in seconds) at which to blink the cursor. Set to zero to disable
blinking. Negative values mean use system default. Note that numbers smaller