1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 19:25:44 +00:00
rke/vendor/github.com/Azure/go-ansiterm/context.go
Darren Shepherd 1831ff1574 Update vendor
2020-03-27 10:55:19 -07:00

8 lines
104 B
Go

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