Fix a regression in 0.17 that caused tab bar background to be rendered after the last tab as well

Fixes #2464
This commit is contained in:
Kovid Goyal
2020-03-24 16:05:02 +05:30
parent 5227b1f98b
commit 0d87b8fac5
2 changed files with 7 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix :opt:`cursor_underline_thickness` not working (:iss:`2465`)
- Fix a regression in 0.17 that caused tab bar background to be rendered after
the last tab as well (:iss:`2464`)
- :ref:`splits_layout` to arrange windows in arbitrary splits
0.17.0 [2020-03-24]