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 techtonik
Recipients techtonik
Date 2010-04-15.10:45:48
SpamBayes Score 0.0038952054
Marked as misclassified No
Message-id <1271328351.3.0.440443305832.issue8408@psf.upfronthosting.co.za>
In-reply-to
Content
How to get console width:

http://stackoverflow.com/questions/566746/how-to-get-console-window-width-in-python
http://code.activestate.com/recipes/440694-determine-size-of-console-window-on-windows/

PDCurses may contain some public domain code:
http://pdcurses.sourceforge.net/
BSD like licensed Console module from Fredrik Lundh:
http://effbot.org/zone/console-handbook.htm
History
Date User Action Args
2010-04-15 10:45:51techtoniksetrecipients: + techtonik
2010-04-15 10:45:51techtoniksetmessageid: <1271328351.3.0.440443305832.issue8408@psf.upfronthosting.co.za>
2010-04-15 10:45:48techtoniklinkissue8408 messages
2010-04-15 10:45:48techtonikcreate