mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
Track window and application titles in C
Allows removing of the last bit fo python from the render loop
This commit is contained in:
@@ -127,7 +127,7 @@ class Tab: # {{{
|
||||
window.title = window.override_title = override_title
|
||||
# Must add child before laying out so that resize_pty succeeds
|
||||
get_boss().add_child(window)
|
||||
add_window(self.id, window.id)
|
||||
add_window(self.id, window.id, window.override_title or window.title or appname)
|
||||
self.active_window_idx = self.current_layout.add_window(self.windows, window, self.active_window_idx)
|
||||
set_active_window(self.id, self.active_window_idx)
|
||||
self.relayout_borders()
|
||||
|
||||
Reference in New Issue
Block a user