mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Report overlay ready in case of no match
This commit is contained in:
@@ -182,7 +182,7 @@ class UnhandledException(Handler):
|
||||
self.cmd.set_default_colors()
|
||||
self.write(self.tb.replace('\n', '\r\n'))
|
||||
self.write('\r\n')
|
||||
self.write('Press the Enter key to quit')
|
||||
self.write('Press Enter to quit')
|
||||
|
||||
def on_key(self, key_event: KeyEventType) -> None:
|
||||
if key_event.key == 'ENTER':
|
||||
|
||||
Reference in New Issue
Block a user