Registry / utility / ijc-gotty

ijc-gotty

JSON →
library0.0.0-20170406111628-a8b993ba6abdgogounverified

Gotty is a Go package for reading and parsing the terminfo database.

go get github.com/ijc/Gotty
INSTALL
IMPORT
SIG · IJC-GOTTY
I
ijc-gotty
utilitygov0.0.0-20170406111628-a8b993ba6abd
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gotty
github.com/ijc/Gotty

Open and parse a terminfo entry

package main import ( "fmt" "github.com/ijc/Gotty" ) func main() { term, err := Gotty.OpenTerminfo("xterm") if err != nil { panic(err) } fmt.Println(term) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170406111628-a8b993ba6abdlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ijc-gotty — go get ijc-gotty · libregistry