...
This commit is contained in:
parent
c0e078a3fa
commit
87d51e511c
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ def __init__(self, window, window_width, window_height, opts, args):
|
|||
glfw.glfwSetKeyCallback(window, self.on_key)
|
||||
glfw.glfwSetMouseButtonCallback(window, self.on_mouse_button)
|
||||
glfw.glfwSetWindowFocusCallback(window, self.on_focus)
|
||||
resize_pty(80, 24)
|
||||
|
||||
def queue_action(self, func, *args):
|
||||
self.action_queue.put((func, args))
|
||||
|
|
|
|||
Loading…
Reference in a new issue