When a tab_bar_background is specified it should extend to the edges of the OS window

Fixes #4054
This commit is contained in:
Kovid Goyal
2021-09-23 20:12:30 +05:30
parent f3b601aa06
commit be439cb887
9 changed files with 57 additions and 21 deletions

View File

@@ -46,6 +46,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix :opt:`active_tab_foreground` not being honored when :opt:`tab_bar_style`
is ``slant`` (:iss:`4053`)
- When a :opt:`tab_bar_background` is specified it should extend to the edges
of the OS window (:iss:`4054`)
0.23.1 [2021-08-17]