1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-25 18:38:41 +00:00
norman/vendor/github.com/Azure/go-ansiterm/context.go
Darren Shepherd 426d985fea Update vendor
2018-10-23 22:48:26 -07:00

8 lines
104 B
Go

package ansiterm
type ansiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte
}