Skip Menu |

This queue is for tickets about the Term-ANSIScreen CPAN distribution.

Report information
The Basics
Id: 65765
Status: new
Priority: 0/
Queue: Term-ANSIScreen

People
Owner: Nobody in particular
Requestors: andrew.pennebaker [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: TermScreen output ignored in Windows
When I run the example code for Term::ANSISCreen, I don't see any color text or relocated text. Specs: Term::Screen 1.03 Perl 5.12.3 x86 Windows 7 x64 C:\Users\andrew\Desktop>perl termtest.pl ←[1h←[97;"b"p40x25 mode now, with 'a' mapped to 'b'. ←[97;"a"p←[3h←[2J←[1;1H@ This is (1,1)←[s←[24;60H@ This is (24,60)←[u← [2B←[K@ Th is is (3,15) ←[1;20r←[30;47m←[KThis line is black on white. ←[0mThis text is normal. ←[1;34mThis text is bold blue. ←[0mThis text is normal. ←[1;34mThis text is bold blue. ←[0mThis text is normal. ←[34m←[42mBlue on green. ←[1m←[32m←[44mBold green on blue. ←[0m This text is normal.
From: andrew.pennebaker [...] gmail.com
In addition, the CPAN test hangs. I have to close the Command Prompt window to end it. Mitigation: Show quoted text
cpan> notest install Term::Screen