mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 21:55:29 +02:00
Implement rendering of selections
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user