[issue23735] Readline not adjusting width after resize with 6.3

Eric Price report at bugs.python.org
Sun Mar 27 00:40:59 EDT 2016


Eric Price added the comment:

Well, I could piggyback on the existing flags if I just wanted to support readline -- there are already two flags for readline 4.0 -- but if our real goal is to be compatible with editline, we probably need another flag.

I think you're right that it should reinstall itself, in case it's installed using signal().

I've made a new patch that includes a config flag and puts everything inside the ifdefs.

----------
Added file: http://bugs.python.org/file42302/rl_sigwinch_version_3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23735>
_______________________________________


More information about the Python-bugs-list mailing list