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

This commit is contained in:
Dong Liu
2017-07-14 18:23:16 +08:00
parent ca1b408bf5
commit 72044a11a1
26 changed files with 695 additions and 331 deletions

View File

@@ -1,6 +1,6 @@
package ansiterm
type ansiContext struct {
type AnsiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte