mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
8 lines
104 B
Go
8 lines
104 B
Go
package ansiterm
|
|
|
|
type ansiContext struct {
|
|
currentChar byte
|
|
paramBuffer []byte
|
|
interBuffer []byte
|
|
}
|