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 v+python
Recipients eryksun, joseph.hackman, methane, paul.moore, steve.dower, tim.golden, v+python, zach.ware
Date 2016-12-31.04:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483160246.12.0.384522999031.issue29059@psf.upfronthosting.co.za>
In-reply-to
Content
Nice idea, but not by default. An easy way to switch back and forth, and to be sure the original mode is restored on process exit would be a win.

Most windows users want a real GUI, not curses, but compatibility with VT escape codes for cross-platform semi-GUI stuff could be useful... and could enable the stdlib curses to be included in Python for windows also? I'm not sure why it isn't, and "ANSI" a.k.a. VT escape codes have been available in Windows for a long time... but until Python 3.6.0 (thanks again Steve, and others), Windows console handling in Python has been extremely limited.

Also note that UniCurses and Pygcurse exist and provide similar capabilities.
History
Date User Action Args
2016-12-31 04:57:26v+pythonsetrecipients: + v+python, paul.moore, tim.golden, methane, zach.ware, eryksun, steve.dower, joseph.hackman
2016-12-31 04:57:26v+pythonsetmessageid: <1483160246.12.0.384522999031.issue29059@psf.upfronthosting.co.za>
2016-12-31 04:57:26v+pythonlinkissue29059 messages
2016-12-31 04:57:25v+pythoncreate