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 rigordo959
Recipients erik.bray, masamoto, rigordo, rigordo959, terry.reedy, vstinner, zach.ware
Date 2017-06-11.23:47:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1EFD88AA-1C5B-4866-B423-D12F957167B2@comcast.net>
In-reply-to <1497041848.89.0.421074545062.issue30609@psf.upfronthosting.co.za>
Content
> On Jun 9, 2017, at 4:57 PM, Masayuki Yamamoto <report@bugs.python.org> wrote:
> 
> 
> Masayuki Yamamoto added the comment:
> 
> @rigordo Are you using mintty? If I remember rightly, mintty hasn't been set 256 colors after installation (at least in past release, I'm not sure currently).
> 

Yes, I am using the Cygwin mintty console (typically configured for 80 columns by 50 rows). On Linux, MacOS X, Solaris. Unix and Windows (with cygwin) platforms, I issue the appropriate console bash commands to change (TERM=emulator) or reset (STTY sane) the terminal emulation:

TERM=xterm
TERM=xterm-16color
TERM=xterm-88color
TERM=xterm-256color

> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue30609>
> _______________________________________
History
Date User Action Args
2017-06-11 23:47:20rigordo959setrecipients: + terry.reedy, vstinner, erik.bray, zach.ware, masamoto, rigordo
2017-06-11 23:47:20rigordo959linkissue30609 messages
2017-06-11 23:47:19rigordo959create