mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
Fix #7712
This commit is contained in:
@@ -50,6 +50,8 @@ Glossary
|
|||||||
inside kitty windows and provide it with lots of powerful and flexible
|
inside kitty windows and provide it with lots of powerful and flexible
|
||||||
features such as viewing images, connecting conveniently to remote
|
features such as viewing images, connecting conveniently to remote
|
||||||
computers, transferring files, inputting unicode characters, etc.
|
computers, transferring files, inputting unicode characters, etc.
|
||||||
|
They can also be written by users in Python and used to customize and
|
||||||
|
extend kitty functionality, see :doc:`kittens_intro` for details.
|
||||||
|
|
||||||
easing function
|
easing function
|
||||||
A function that controls how an animation progresses over time. kitty
|
A function that controls how an animation progresses over time. kitty
|
||||||
|
|||||||
@@ -272,12 +272,12 @@ egr() # }}}
|
|||||||
|
|
||||||
|
|
||||||
# cursor {{{
|
# cursor {{{
|
||||||
agr('cursor', 'Cursor customization')
|
agr('cursor', 'Text cursor customization')
|
||||||
|
|
||||||
opt('cursor', '#cccccc',
|
opt('cursor', '#cccccc',
|
||||||
option_type='to_color_or_none',
|
option_type='to_color_or_none',
|
||||||
long_text='''
|
long_text='''
|
||||||
Default cursor color. If set to the special value :code:`none` the cursor will
|
Default text cursor color. If set to the special value :code:`none` the cursor will
|
||||||
be rendered with a "reverse video" effect. Its color will be the color of the
|
be rendered with a "reverse video" effect. Its color will be the color of the
|
||||||
text in the cell it is over and the text will be rendered with the background
|
text in the cell it is over and the text will be rendered with the background
|
||||||
color of the cell. Note that if the program running in the terminal sets a
|
color of the cell. Note that if the program running in the terminal sets a
|
||||||
|
|||||||
Reference in New Issue
Block a user