v0.1.2 moved xterm color functionality to color package, adapters added for compatibility
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//go:build !unix && !windows
|
||||
|
||||
package inline
|
||||
|
||||
import "os"
|
||||
|
||||
func detectColorMode() colorMode {
|
||||
return colorMode256
|
||||
}
|
||||
|
||||
func windowSize(f *os.File) (w, h int, ok bool) {
|
||||
return 0, 0, false
|
||||
}
|
||||
Reference in New Issue
Block a user