Giampaolo Rodola' <[email protected]> added the comment: Plus, you should provide also heigth, not only width, possibly as a namedtuple:
>>> import shutil >>> shutil.get_terminal_size() size(width=80, heigth=170) >>> ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13609> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
