terminal.go 181 B

12345
  1. package terminal
  2. // SupportColors reports whether a windows terminal platform can support 256 colors.
  3. // See terminal_windows.go#init for further details.
  4. var SupportColors = true