1
0
Fork 0
mirror of https://github.com/Luzifer/gcr-clean.git synced 2024-12-23 11:51:19 +00:00
gcr-clean/vendor/github.com/Azure/go-ansiterm/context.go

8 lines
104 B
Go
Raw Normal View History

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