diff --git a/kitty/tabs.py b/kitty/tabs.py index 75b6c39f0..e09dbbc49 100644 --- a/kitty/tabs.py +++ b/kitty/tabs.py @@ -759,7 +759,7 @@ class Tab: # {{{ self.windows = WindowList(self) def __repr__(self) -> str: - return f'Tab(title={self.effective_title}, id={hex(id(self))})' + return f'Tab(title={self.effective_title}, id={self.id})' def make_active(self) -> None: tm = self.tab_manager_ref()