diff --git a/cwriter/writer.go b/cwriter/writer.go index f345a14..777b621 100644 --- a/cwriter/writer.go +++ b/cwriter/writer.go @@ -23,7 +23,7 @@ *bytes.Buffer out io.Writer ew escWriter - lines int // used by writer_windows only + lines int //nolint:unused fd int terminal bool termSize func(int) (int, int, error)