This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zbysz
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, giampaolo.rodola, loewis, neologix, pitrou, rosslagerwall, zbysz
Date 2012-01-02.22:43:16
SpamBayes Score 2.4106974e-08
Marked as misclassified No
Message-id <1325544199.27.0.232024457063.issue13609@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch termsize.diff.3

- s/TerminalSize/terminal_size/ in Python code
- change the fallback to (80, 24) (seems to be the commonest default)
- s/Py_CLEAR/Py_DECREF/
- use STDOUT_FILENO
- add more hrefs in docs
- include <termios.h> is available (untested fix for solaris compatibility)
- rename TerminalSize as terminal_size in Python code

I tested this iteration only on linux and windows, but it is not substantially changed, so should still work on *bsd. (I previously
tested on debian/kfreebsd and dragonflybsd and it seemed functional).
History
Date User Action Args
2012-01-02 22:43:20zbyszsetrecipients: + zbysz, loewis, amaury.forgeotdarc, pitrou, giampaolo.rodola, Arfrever, denilsonsa, neologix, rosslagerwall
2012-01-02 22:43:19zbyszsetmessageid: <1325544199.27.0.232024457063.issue13609@psf.upfronthosting.co.za>
2012-01-02 22:43:18zbyszlinkissue13609 messages
2012-01-02 22:43:18zbyszcreate