https://github.com/wzshiming/winseq
Windows console virtual terminal sequences
https://github.com/wzshiming/winseq
console golang sequences unix-like windows
Last synced: 3 months ago
JSON representation
Windows console virtual terminal sequences
- Host: GitHub
- URL: https://github.com/wzshiming/winseq
- Owner: wzshiming
- License: mit
- Created: 2018-07-05T05:10:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T16:37:37.000Z (almost 5 years ago)
- Last Synced: 2025-03-19T05:54:50.934Z (4 months ago)
- Topics: console, golang, sequences, unix-like, windows
- Language: Go
- Homepage: https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Console Virtual Terminal Sequences
[](https://travis-ci.org/wzshiming/winseq)
[](https://goreportcard.com/report/github.com/wzshiming/winseq)
[](https://github.com/wzshiming/winseq/blob/master/LICENSE)- [English](https://github.com/wzshiming/winseq/blob/master/README.md)
- [简体中文](https://github.com/wzshiming/winseq/blob/master/README_cn.md)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](https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences)
## Usage
``` golang
import _ "github.com/wzshiming/winseq"
```
[Console control colors](https://github.com/wzshiming/ctc)
[Console control cursor](https://github.com/wzshiming/cursor)## License
Pouch is licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/winseq/blob/master/LICENSE) for the full license text.