We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04cc9d2 + 0e1c95c commit fe228d6Copy full SHA for fe228d6
1 file changed
bpython/urwid.py
@@ -291,6 +291,7 @@ def keypress(self, size, key):
291
if not (cpos or len(line) % self.tab_length or line.strip()):
292
self.set_edit_text(line[:-self.tab_length])
293
return None
294
+ # TODO: Add in specific keypress fetching code here
295
return urwid.Edit.keypress(self, size, key)
296
finally:
297
self._bpy_may_move_cursor = False
0 commit comments