mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-30 13:00:35 -04:00
7 lines
104 B
Go
7 lines
104 B
Go
package ansiterm
|
|
|
|
type ansiContext struct {
|
|
currentChar byte
|
|
paramBuffer []byte
|
|
interBuffer []byte
|
|
}
|