mirror of
https://github.com/wassname/pyreadline.git
synced 2026-08-20 12:40:08 +08:00
pyreadline: experimental multiline code paste. Warning: Will ALWAYS execute the paste code regardless of trailing newline. Also removes any empty lines.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2006-01-31 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
|
||||
|
||||
* Added experimental mulitline paste. Thís version ALWAYS adds
|
||||
a final newline so there is what you paste is always executed!!!
|
||||
* Moved win32paste config parameters from module level into
|
||||
readline class (in preparation for adding config file parameter)
|
||||
* Added svn url to long description
|
||||
|
||||
2006-01-29 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
|
||||
|
||||
* Moved exit key (control-D) logic to separate key dispatch handler
|
||||
|
||||
Reference in New Issue
Block a user