Change the semantics of --title slightly

Now it no longer overrides the titles of windows/tabs created in the
session. This allows windows/tabs to have their own titles while fixing
the OS Window's title.
This commit is contained in:
Kovid Goyal
2021-08-03 09:51:53 +05:30
parent 70b5f5bce3
commit 2d7032973c
3 changed files with 12 additions and 13 deletions

View File

@@ -11,7 +11,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
tabbed file, see :opt:`tab_bar_style`
- Fix :option:`kitty --title` not overriding the OS Window title when multiple
tabs are present (:iss:`3893`)
tabs are present. Also this option is no longer used as the default title for
windows, allowing individual tabs/windows to have their own titles, even when
the OS Window has a fixed overall title (:iss:`3893`)
0.22.2 [2021-08-02]