A new option to draw the tab bar centered or right

Fixes #3946
This commit is contained in:
Kovid Goyal
2021-08-18 07:35:04 +05:30
parent 868626c79c
commit a82bc6738c
6 changed files with 38 additions and 1 deletions

View File

@@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.23.2 [future]
----------------------
- A new option :option:`tab_bar_align` to draw the tab bar centered or right
aligned (:iss:`3946`)
- Allow the user to supply a custom Python function to draw tab bar. See
:option:`tab_bar_style`