This commit is contained in:
Kovid Goyal 2016-10-30 13:15:41 +05:30
parent ade8faa345
commit 48e7226a2a

View File

@ -52,6 +52,8 @@ class Boss(Thread):
def apply_resize_screen(self, w, h):
self.char_grid.resize_screen(w, h)
sg = self.char_grid.screen_geometry
resize_pty(sg.xnum, sg.ynum)
glfw.glfwPostEmptyEvent()
def apply_opts(self, opts):