Registry / utility / gdamore-tcell

gdamore-tcell

JSON →
library1.4.1gogounverified

A portable API for building terminal-based applications, providing low-level terminal interaction.

go get github.com/gdamore/tcell
INSTALL
IMPORT
SIG · GDAMORE-TCELL
G
gdamore-tcell
utilitygov1.4.1
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.

tcell
github.com/gdamore/tcell

Initializes a new terminal screen and clears it.

package main import ( "github.com/gdamore/tcell" "log" ) func main() { screen, err := tcell.NewScreen() if err != nil { log.Fatal(err) } defer screen.Fini() screen.Init() screen.Clear() screen.Show() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gdamore-tcell — go get gdamore-tcell · libregistry