mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
__repr__ for windows and tabs
This commit is contained in:
@@ -147,6 +147,9 @@ class Tab:
|
||||
def render(self):
|
||||
self.borders.render(get_boss().borders_program)
|
||||
|
||||
def __repr__(self):
|
||||
return 'Tab(title={}, id={})'.format(self.name or self.title, hex(id(self)))
|
||||
|
||||
|
||||
class TabManager:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user