Revert "Use go-ansiterm version matching docker/pkg/term/windows v1.11"

This reverts commit 72044a11a1.
This commit is contained in:
Jeff Grafton
2017-07-14 17:33:21 -07:00
parent 226b39c6b5
commit f52615894f
26 changed files with 333 additions and 697 deletions

View File

@@ -113,7 +113,7 @@ func (ap *AnsiParser) print() error {
}
func (ap *AnsiParser) clear() error {
ap.context = &AnsiContext{}
ap.context = &ansiContext{}
return nil
}