This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
576d2181e4
moby--moby
/
vendor
/
github.com
/
Azure
/
go-ansiterm
/
context.go
8 lines
104 B
Go
Raw
Normal View
History
Unescape
Escape
Windows: CLI Improvement The Ansi parser and their associated actions have been decoupled. Now parsing results in call backs to an interface which performs the appropriate actions depending on the environment. This improvement provides a functional Vi experience and the vttest no longer panics. This PR replaces docker/docker #13224 with the latest console updates. Signed-off-by: John Howard <jhoward@microsoft.com>
2015-04-16 17:01:37 -04:00
package
ansiterm
Windows: revendor Azure/go-ansiterm go-ansiterm was previously pulling the testing package into the docker binaries. Signed-off-by: John Starks <jostarks@microsoft.com>
2016-04-25 18:55:12 -04:00
type
ansiContext
struct
{
Windows: CLI Improvement The Ansi parser and their associated actions have been decoupled. Now parsing results in call backs to an interface which performs the appropriate actions depending on the environment. This improvement provides a functional Vi experience and the vttest no longer panics. This PR replaces docker/docker #13224 with the latest console updates. Signed-off-by: John Howard <jhoward@microsoft.com>
2015-04-16 17:01:37 -04:00
currentChar
byte
paramBuffer
[
]
byte
interBuffer
[
]
byte
}
Copy permalink