Skip to content

wzshiming/winseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.