mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 19:01:27 +00:00
...
This commit is contained in:
parent
ade8faa345
commit
48e7226a2a
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue