mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Fix #5469
This commit is contained in:
@@ -45,6 +45,7 @@ class Handler:
|
||||
mouse_tracking = MouseTracking.none
|
||||
terminal_io_ended = False
|
||||
overlay_ready_report_needed = False
|
||||
perform_default_key_actions = True # ctrl-c/ctrl-d will call on_interrupt and on_eot
|
||||
|
||||
def _initialize(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user