...
This commit is contained in:
parent
ade8faa345
commit
48e7226a2a
@ -52,6 +52,8 @@ class Boss(Thread):
|
|||||||
|
|
||||||
def apply_resize_screen(self, w, h):
|
def apply_resize_screen(self, w, h):
|
||||||
self.char_grid.resize_screen(w, h)
|
self.char_grid.resize_screen(w, h)
|
||||||
|
sg = self.char_grid.screen_geometry
|
||||||
|
resize_pty(sg.xnum, sg.ynum)
|
||||||
glfw.glfwPostEmptyEvent()
|
glfw.glfwPostEmptyEvent()
|
||||||
|
|
||||||
def apply_opts(self, opts):
|
def apply_opts(self, opts):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user