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
f909119582
moby--moby
/
pkg
/
term
/
windows
/
windows_test.go
4 lines
76 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 14:01:37 -07:00
// This file is necessary to pass the Docker tests.
[pkg/term] switch syscall to x/sys Switches calls to syscall to x/sys, which is more up to date. This is fixes a number of possible bugs on other architectures where ioctl tcget and tcset aren't implemented correctly. There are a few remaining syscall references, because x/sys doesn't have an Errno implementation yet. Also removes a ppc64le and cgo build tag that fixes building on ppc64le without cgo Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-05-04 20:52:19 -04:00
package
windowsconsole
Copy permalink