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.