Implement rendering of selections

This commit is contained in:
Kovid Goyal
2016-11-29 09:45:14 +05:30
parent 05662efdd9
commit f4e3fbcb2e
8 changed files with 99 additions and 16 deletions

View File

@@ -40,6 +40,9 @@ class ViewportSize:
def __init__(self):
self.width = self.height = 1024
def __repr__(self):
return '(width={}, height={})'.format(self.width, self.height)
def tab_manager():
return tab_manager.manager