...

Source file src/github.com/jedib0t/go-pretty/v6/text/ansi_unix.go

Documentation: github.com/jedib0t/go-pretty/v6/text

     1  //go:build !windows
     2  // +build !windows
     3  
     4  package text
     5  
     6  func areANSICodesSupported() bool {
     7  	return true
     8  }
     9  

View as plain text