Closed lejeunerenard closed 9 years ago
To support ANSI escape sequences on Win32's cmd.exe we can just conditionally load Win32::Console::ANSI. This does not solve the issue of utf8 support however.
cmd.exe
Win32::Console::ANSI
Solves #32
Took @mattn's advice and switched to using $^O instead of use Config.
$^O
use Config
To support ANSI escape sequences on Win32's
cmd.exe
we can just conditionally loadWin32::Console::ANSI
. This does not solve the issue of utf8 support however.Solves #32