1 parent f208cba commit 8d56782Copy full SHA for 8d56782
1 file changed
bpython/curtsiesfrontend/repl.py
@@ -366,7 +366,7 @@ def process_event(self, e):
366
self.request_paint_to_clear_screen = True
367
elif e in key_dispatch[self.config.last_output_key]: #TODO Not Implemented
368
pass
369
- elif e in ('\x1f',) + key_dispatch[self.config.show_source_key]:
+ elif e in key_dispatch[self.config.show_source_key]:
370
source = self.get_source_of_current_name()
371
if source is None:
372
self.status_bar.message(_('Cannot show source.'))
0 commit comments