mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
Remove references to overlay_for from boss
This commit is contained in:
@@ -167,6 +167,10 @@ class Tab: # {{{
|
||||
def active_window(self) -> Optional[Window]:
|
||||
return self.windows.active_window
|
||||
|
||||
@property
|
||||
def active_window_for_cwd(self) -> Optional[Window]:
|
||||
return self.windows.active_group_base
|
||||
|
||||
@property
|
||||
def title(self) -> str:
|
||||
return cast(str, getattr(self.active_window, 'title', appname))
|
||||
|
||||
Reference in New Issue
Block a user