mirror of
https://github.com/wassname/pyreadline.git
synced 2026-08-10 12:30:40 +08:00
fixing search to use process_keyevent
Changed ReadLine._update_line to always redraw prompt Moved keyboard using functions from history.py to EmacsMode
This commit is contained in:
@@ -51,6 +51,9 @@ class BaseMode(object):
|
||||
|
||||
self.paste_line_buffer=[]
|
||||
|
||||
self._sub_modes=[]
|
||||
|
||||
|
||||
def __repr__(self):
|
||||
return "<BaseMode>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user