A new option undercurl_style to control the rendering of undercurls

Fixes #5883
This commit is contained in:
Kovid Goyal
2023-01-16 14:23:10 +05:30
parent 0c8ec3c57b
commit 9a77fdcd04
5 changed files with 33 additions and 9 deletions

View File

@@ -63,6 +63,8 @@ Detailed list of changes
- Add an option :opt:`background_tint_gaps` to control background image tinting for window gaps (:iss:`5596`)
- A new option :opt:`undercurl_style` to control the rendering of undercurls (:pull:`5883`)
- Bash integration: Fix ``clone-in-kitty`` not working on bash >= 5.2 if an environment variable values contain newlines or other special characters (:iss:`5629`)
- A new :ac:`sleep` action useful in combine based mappings to make kitty sleep before executing the next action