1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-19 01:33:25 +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
}