Categorygithub.com/wzshiming/winseq
modulepackage
0.0.0-20200720163736-7fa652d2b50e
Repository: https://github.com/wzshiming/winseq.git
Documentation: pkg.go.dev

# README

Windows Console Virtual Terminal Sequences

Build Status Go Report Card GitHub license

Use Unix like Sequences in Windows

Virtual terminal sequences are control character sequences that can control cursor movement, color/font mode, and other operations when written to the output stream.
Sequences may also be received on the input stream in response to an output stream query information sequence or as an encoding of user input when the appropriate mode is set.

Document

Usage


import _ "github.com/wzshiming/winseq"

Console control colors
Console control cursor

License

Pouch is licensed under the MIT License. See LICENSE for the full license text.