Allow controlling the easing curves used for the visual bell

This commit is contained in:
Kovid Goyal
2024-07-19 11:35:00 +05:30
parent 3cf07e27a1
commit 43769bc3e0
12 changed files with 70 additions and 41 deletions

View File

@@ -96,6 +96,8 @@ Detailed list of changes
- Add support for in-band window resize notifications (:iss:`7642`)
- Allow controlling the easing curves used for :opt:`visual_bell_duration`
0.35.2 [2024-06-22]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -58,7 +58,8 @@ Glossary
Commonly used easing functions are :code:`linear` for a constant rate
animation and :code:`ease-in-out` for an animation that starts slow,
becomes fast in the middle and ends slowly. These are used to control
various animations in kitty, such as :opt:`cursor_blink_interval`.
various animations in kitty, such as :opt:`cursor_blink_interval` and
:opt:`visual_bell_duration`.
.. _env_vars: