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 vstinner
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, eric.araujo, giampaolo.rodola, loewis, neologix, pitrou, rosslagerwall, techtonik, vstinner, zbysz
Date 2012-02-07.13:09:33
SpamBayes Score 3.4850073e-05
Marked as misclassified No
Message-id <CAMpsgwbHX9g79VroP0yue8agy_3rQT_2s33QnKPi7n2wZWwuqA@mail.gmail.com>
In-reply-to <1328618291.45.0.645946839936.issue13609@psf.upfronthosting.co.za>
Content
> +1 for low level system wrapper to get current stdout console size

So use os.get_terminal_size()

> -1 on COLUMN/ROWS "business logic"

So don't use shutil.get_terminal_size(), but it looks like their is a
use case for this feature.
History
Date User Action Args
2012-02-07 13:09:34vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, pitrou, techtonik, giampaolo.rodola, eric.araujo, Arfrever, zbysz, denilsonsa, neologix, rosslagerwall
2012-02-07 13:09:33vstinnerlinkissue13609 messages
2012-02-07 13:09:33vstinnercreate