summaryrefslogtreecommitdiff
path: root/vendor/github.com/moby/term/windows/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/moby/term/windows/doc.go')
-rw-r--r--vendor/github.com/moby/term/windows/doc.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/moby/term/windows/doc.go b/vendor/github.com/moby/term/windows/doc.go
new file mode 100644
index 000000000..54265fffa
--- /dev/null
+++ b/vendor/github.com/moby/term/windows/doc.go
@@ -0,0 +1,5 @@
+// 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