mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-17 20:22:55 -05:00
7 lines
104 B
Go
7 lines
104 B
Go
package ansiterm
|
|
|
|
type ansiContext struct {
|
|
currentChar byte
|
|
paramBuffer []byte
|
|
interBuffer []byte
|
|
}
|