mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
@@ -63,7 +63,6 @@ class Boss(Thread):
|
|||||||
glfw.glfwSetKeyCallback(window, self.on_key)
|
glfw.glfwSetKeyCallback(window, self.on_key)
|
||||||
glfw.glfwSetMouseButtonCallback(window, self.on_mouse_button)
|
glfw.glfwSetMouseButtonCallback(window, self.on_mouse_button)
|
||||||
glfw.glfwSetWindowFocusCallback(window, self.on_focus)
|
glfw.glfwSetWindowFocusCallback(window, self.on_focus)
|
||||||
resize_pty(80, 24)
|
|
||||||
|
|
||||||
def queue_action(self, func, *args):
|
def queue_action(self, func, *args):
|
||||||
self.action_queue.put((func, args))
|
self.action_queue.put((func, args))
|
||||||
|
|||||||
Reference in New Issue
Block a user