Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1.35 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.35 KB

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/godoes/winseq"

Console control colors
Console control cursor

License

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