Add a new option active_tab_title_template to specify a different template for active tab titles

Fixes #2198
This commit is contained in:
Kovid Goyal 2019-12-17 20:39:46 +05:30
parent f59afff1d1
commit 2487f18f24
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 25 additions and 7 deletions

View file

@ -19,6 +19,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add a new option :opt:`tab_bar_background` to specify a different color
for the tab bar (:iss:`2198`)
- Add a new option :opt:`active_tab_title_template` to specify a different
template for active tab titles (:iss:`2198`)
0.15.0 [2019-11-27]
--------------------