summaryrefslogtreecommitdiff
path: root/pkg/terminal/console_windows.go
Commit message (Collapse)AuthorAge
* Fix #9100 Change console mode message to debugGerard Braad2021-01-27
| | | | | | [NO TESTS NEEDED] Signed-off-by: Gerard Braad <me@gbraad.nl>
* 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>