d10e2b9a6d
full diff: https://github.com/golang/sys/compare/d5e6a3e2c0ae16fc7480523ebcb7fd4dd3215489...85ca7c5b95cdf1e557abb38a283d1e61a5959c31 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 lines
315 B
Go
6 lines
315 B
Go
// These files implement ANSI-aware input and output streams for use by the Docker Windows client.
|
|
// When asked for the set of standard streams (e.g., stdin, stdout, stderr), the code will create
|
|
// and return pseudo-streams that convert ANSI sequences to / from Windows Console API calls.
|
|
|
|
package windowsconsole
|