1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-01 16:13:35 +00:00
Files
rclone/vendor/github.com/Azure/go-ansiterm/context.go

8 lines
104 B
Go

package ansiterm
type ansiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte
}