Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
/ winseq Public archive
forked from wzshiming/winseq

🔳 Windows console virtual terminal sequences. Archived, please use github.com/mattn/go-colorable and github.com/fatih/color

License

Notifications You must be signed in to change notification settings

godoes/winseq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Console control colors
Console control cursor

License

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

About

🔳 Windows console virtual terminal sequences. Archived, please use github.com/mattn/go-colorable and github.com/fatih/color

Resources

License

Stars

Watchers

Forks

Languages

  • Batchfile 57.5%
  • Go 42.5%