mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Make reading into the screen read buffer more efficient
This commit is contained in:
@@ -60,7 +60,7 @@ def set_boss(m):
|
||||
|
||||
|
||||
def wakeup():
|
||||
os.write(get_boss.boss.write_wakeup_fd, b'1')
|
||||
get_boss.boss.child_monitor.wakeup()
|
||||
|
||||
|
||||
is_key_pressed = defaultdict(lambda: False)
|
||||
|
||||
Reference in New Issue
Block a user