github.com/vincentwoo/docker@v0.7.3-0.20160116130405-82401a4b13c0/pkg/term/windows/windows.go (about)

     1  // These files implement ANSI-aware input and output streams for use by the Docker Windows client.
     2  // When asked for the set of standard streams (e.g., stdin, stdout, stderr), the code will create
     3  // and return pseudo-streams that convert ANSI sequences to / from Windows Console API calls.
     4  
     5  package windows