mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-10 11:58:39 -04:00
7 lines
104 B
Go
7 lines
104 B
Go
package ansiterm
|
|
|
|
type ansiContext struct {
|
|
currentChar byte
|
|
paramBuffer []byte
|
|
interBuffer []byte
|
|
}
|