mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-01 13:18:41 +00:00
7 lines
104 B
Go
7 lines
104 B
Go
package ansiterm
|
|
|
|
type ansiContext struct {
|
|
currentChar byte
|
|
paramBuffer []byte
|
|
interBuffer []byte
|
|
}
|