Files
Suraj Narwade c88f02e247 vendor
2018-11-13 13:04:05 +05:30

8 lines
104 B
Go
Generated

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