Fix kitty --title not overriding tab titles

It must set the OS Window title permanently.

Fixes #3893
This commit is contained in:
Kovid Goyal
2021-08-03 09:34:13 +05:30
parent be34af4555
commit 70b5f5bce3
8 changed files with 16 additions and 8 deletions

View File

@@ -10,6 +10,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- A new style for the tab bar that makes tabs looks like the tabs in a physical
tabbed file, see :opt:`tab_bar_style`
- Fix :option:`kitty --title` not overriding the OS Window title when multiple
tabs are present (:iss:`3893`)
0.22.2 [2021-08-02]
----------------------