1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-20 10:13:20 +00:00

vendor: add github.com/Azure/go-ansiterm for --progress on Windows support

This commit is contained in:
Nick Craig-Wood
2018-08-17 17:04:18 +01:00
parent b6db90cc32
commit 18685e6b0b
29 changed files with 3175 additions and 0 deletions

7
vendor/github.com/Azure/go-ansiterm/context.go generated vendored Normal file
View File

@@ -0,0 +1,7 @@
package ansiterm
type ansiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte
}