mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
...
This commit is contained in:
parent
c0e078a3fa
commit
87d51e511c
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ class Boss(Thread):
|
|||
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…
Add table
Add a link
Reference in a new issue