Add a new option tab_title_template to control how tab titles are formatted.

In particular the template can be used to display the tab number next to the title
Merge branch 'tab-title-index' of https://github.com/nerdrew/kitty
This commit is contained in:
Kovid Goyal 2018-12-13 13:33:06 +05:30
commit 022bee0560
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 24 additions and 12 deletions

View file

@ -6,7 +6,11 @@ Changelog
0.13.2 [future]
------------------------------
- Fix setting background_opacity causing window margins/padding to be slightly
- Add a new option :opt:`tab_title_template` to control how tab titles
are formatted. In particular the template can be used to display
the tab number next to the title (:iss:`1223`)
- Fix setting :opt:`background_opacity` causing window margins/padding to be slightly
different shade from background (:iss:`1221`)
- Linux: Handle keyboards with a "+" key (:iss:`1224`)