diff --git a/cwriter/writer.go b/cwriter/writer.go index 44ff736..7fea259 100644 --- a/cwriter/writer.go +++ b/cwriter/writer.go @@ -10,6 +10,7 @@ "golang.org/x/crypto/ssh/terminal" ) +// NotATTY not a TeleTYpewriter error var NotATTY = errors.New("not a terminal") var cuuAndEd = fmt.Sprintf("%c[%%dA%[1]c[J", 27)