You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let's start with ctrl-_ (\x1f) - it should either be treated the way it is in bpython (ignored) or the way it is in python (some kind of cool undo thing to do with readline I guess)
This should maybe happen where self.add_normal_character is called at the bottom of process_event - the character normalizing code should be more robust.
let's start with ctrl-_ (\x1f) - it should either be treated the way it is in bpython (ignored) or the way it is in python (some kind of cool undo thing to do with readline I guess)
This should maybe happen where self.add_normal_character is called at the bottom of process_event - the character normalizing code should be more robust.
The text was updated successfully, but these errors were encountered: