mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Directly rende r borders instead of going through the active tab
This commit is contained in:
@@ -195,9 +195,6 @@ class Tab:
|
||||
def destroy(self):
|
||||
self.windows = deque()
|
||||
|
||||
def render(self):
|
||||
borders.render()
|
||||
|
||||
def __repr__(self):
|
||||
return 'Tab(title={}, id={})'.format(self.name or self.title, hex(id(self)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user