Directly rende r borders instead of going through the active tab

This commit is contained in:
Kovid Goyal
2017-09-11 16:35:34 +05:30
parent ff6c366b8a
commit 2fff6e1cb9
3 changed files with 4 additions and 10 deletions

View File

@@ -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)))