Wow! What a treasure of information.
>From the looks of it, I'm going to give colorama a try. It seems like it
will do what I want to do, and, if I'm reading the documentation correctly,
it will work cross platform. Ie: if I am in Linux, it will simply be
ignored. And, it appears to interpret
On Wed, Feb 27, 2019 at 6:50 PM Chip Wachob wrote:
>
> Hello again,
>
> As always, this list has been very helpful, and thank you.
>
> So, I thought I was good to go until I attempted to run my code on a
> Windows 7 vintage machine this morning. The application is intended to be
> run in the comm
On 2/27/19, Alan Gauld via Tutor wrote:
> On 27/02/2019 18:28, Chip Wachob wrote:
>> Windows 7 vintage machine this morning.
>
> Caveat: I have no direct experience on Windows 7 - I jumped
> from XP to Windows 8... Also I haven't used ANSIO codes in
> Windows since the heady days of Windows 98! Bu
On 2/27/19, Chip Wachob wrote:
>
> I've been spending the morning looking at different solutions. Many of
> them seem to involve either including yet aother module, or, worse (IMHO) a
> C library that will 'emulate' the ANSI escape sequences, API calls, etc.
To support virtual-terminal sequences
On 27/02/2019 18:28, Chip Wachob wrote:
> Windows 7 vintage machine this morning.
Caveat: I have no direct experience on Windows 7 - I jumped
from XP to Windows 8... Also I haven't used ANSIO codes in
Windows since the heady days of Windows 98! But...
> run in the command window in Windows, from
Hello again,
As always, this list has been very helpful, and thank you.
So, I thought I was good to go until I attempted to run my code on a
Windows 7 vintage machine this morning. The application is intended to be
run in the command window in Windows, from the terminal in Linux...
In the code