[issue3948] readline steals sigwinch

2016-05-14 Thread Martin Panter
Martin Panter added the comment: Is this actually about how SIGWINCH handlers are installed, or is it a complaint about readline affecting how curses handles resize events? I am assuming this is about handling resize events, so is a duplicate of Issue 2675. If it is specifically about SIGWINCH

[issue3948] readline steals sigwinch

2013-04-16 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 2.7, Python 3.3, Python 3.4 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list m

[issue3948] readline steals sigwinch

2009-05-16 Thread Daniel Diniz
Daniel Diniz added the comment: See related(?) issue 3180. -- nosy: +ajaksu2 priority: -> normal stage: -> test needed versions: +Python 2.6 -Python 2.4 ___ Python tracker ___

[issue3948] readline steals sigwinch

2008-09-23 Thread Shish
New submission from Shish <[EMAIL PROTECTED]>: I have an app which wants to use a mostly curses interface with some parts readline, however, doing so much as "import readline" causes readline to claim ownership of sigwinch, thus breaking the ability of the app to resize. Worse, it seems to cl