Changelog entry for cursor beam thickness option
This commit is contained in:
parent
53e059f4f7
commit
e33f882abc
@ -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
|
- A new :opt:`background_tint` option to darken the background under the text
|
||||||
area when using background images and/or transparent windows.
|
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]
|
0.16.0 [2020-01-28]
|
||||||
|
|||||||
@ -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=_(
|
o('cursor_shape', 'block', option_type=to_cursor_shape, long_text=_(
|
||||||
'The cursor shape can be one of (block, beam, underline)'))
|
'The cursor shape can be one of (block, beam, underline)'))
|
||||||
o('cursor_beam_thickness', 1.5, option_type=positive_float, long_text=_(
|
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=_('''
|
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
|
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
|
blinking. Negative values mean use system default. Note that numbers smaller
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user