Allow using a custom python function in tab_title_template

Makes it easier to do complex processing
This commit is contained in:
Kovid Goyal
2025-08-30 08:48:47 +05:30
parent 7ff25fd77c
commit 1544830307
3 changed files with 43 additions and 4 deletions

View File

@@ -140,6 +140,9 @@ Detailed list of changes
controlled by :opt:`cursor_blink_interval` and
:opt:`cursor_stop_blinking_after`. (:pull:`8551`)
- Allow using a custom python function to draw tab titles in the tab bar, see
:opt:`tab_title_template`
- Wayland: Fix incorrect window size calculation when transitioning from
full screen to non-full screen with client side decorations (:iss:`8826`)