Implement rendering of blinking text

Fixes #8551
This commit is contained in:
Kovid Goyal 2025-08-25 13:55:23 +05:30
parent 24049a1a5a
commit 14741b1b29
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
8 changed files with 41 additions and 19 deletions

View file

@ -135,6 +135,11 @@ Detailed list of changes
- Fix :opt:`background_opacity` being non-linear with light color themes
(:iss:`8869`)
- Add support for blinking text. Text marked as blinking now blinks in exact
rhythm with the cursor. The blinking animation and max duration are
controlled by :opt:`cursor_blink_interval` and
:opt:`cursor_stop_blinking_after`. (:pull:`8551`)
- Wayland: Fix incorrect window size calculation when transitioning from
full screen to non-full screen with client side decorations (:iss:`8826`)