You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ rationale: using Win32::Console::ANSI simplifies the code and improves Win32 outputs
- simplified usage ~ Win32::Console::ANSI is fire-and-forget
- once loaded, use Term::ANSIColor without regard for platform
- fixes incorrect color 'reset' behavior
- Win32::Color::ANSI resets correctly to the prior default color attribute set
- bug due to incorrect assumption that LIGHTGRAY on BLACK are always the default color attributes
- fixes [GH#26](#26)
- Win32::Console::ANSI works for all output (no tie to a specific output handle)
- [PR#34](#34) is no longer needed
0 commit comments