https://github.com/rwxrob/term
Go 1.18+ Terminal Escapes, Color, Size
https://github.com/rwxrob/term
ansi color esc escape golang size terminal
Last synced: about 1 month ago
JSON representation
Go 1.18+ Terminal Escapes, Color, Size
- Host: GitHub
- URL: https://github.com/rwxrob/term
- Owner: rwxrob
- License: apache-2.0
- Created: 2022-03-06T11:01:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T06:11:21.000Z (almost 3 years ago)
- Last Synced: 2024-10-26T00:02:05.454Z (12 months ago)
- Topics: ansi, color, esc, escape, golang, size, terminal
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Go 1.18+ Terminal Escapes, Color, Size
[](https://tip.golang.org/doc/go1.18)
[](https://godoc.org/github.com/rwxrob/term)
[](LICENSE)
[](https://goreportcard.com/report/github.com/rwxrob/term)* [VT100 Terminal ANSI Escapes](esc)
* [Terminal Size](winsize.go)
* [AttrOn/AttrOff](examples_test.go)
* [IsInteractive/SetInteractive](term.go)
* [EmphFromLess](examples_test.go)