Newer
Older
pokemon-go-trade / vendor / github.com / konsorten / go-windows-terminal-sequences / sequences_dummy.go
Simon Lindgren on 12 Feb 2021 181 bytes first commit
// +build linux darwin

package sequences

import (
	"fmt"
)

func EnableVirtualTerminalProcessing(stream uintptr, enable bool) error {
	return fmt.Errorf("windows only package")
}