aboutsummaryrefslogtreecommitdiff
path: root/pkg/terminal/console_windows.go
Commit message (Collapse)AuthorAge
* Set console mode for windowsBrent Baude2020-06-29
Windows terminal handling is different than darwin and linux. It needs to have the terminal mode set to enable virtual terminal processing. This allows colors and other things to work. Signed-off-by: Brent Baude <bbaude@redhat.com>