pyreadline: patch from pan to remove cursor flickering when inputting chinese characters

This commit is contained in:
jstenar
2007-11-20 18:59:58 +00:00
parent b1bae5d69f
commit a4f98cccb2
5 changed files with 20 additions and 11 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-11-20 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Applying patch from pan to fix flickering cursor problem when doing input
of chinese.
2007-11-09 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* make all conversion is done by ensure_unicode or ensure_str to ensure uniform
handling of unicode issues.