An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Go 1.18+ Terminal Escapes, Color, Size

[![Go
Version](https://img.shields.io/github/go-mod/go-version/rwxrob/term)](https://tip.golang.org/doc/go1.18)
[![GoDoc](https://godoc.org/github.com/rwxrob/term?status.svg)](https://godoc.org/github.com/rwxrob/term)
[![License](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](LICENSE)
[![Go Report
Card](https://goreportcard.com/badge/github.com/rwxrob/term)](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)