Registry / cli / jesseduffield-termbox-go

jesseduffield-termbox-go

JSON →
library0.0.0-20200823212418-a2289ed6aafegogounverified

A cross-platform library for creating text-based user interfaces in the terminal.

go get github.com/jesseduffield/termbox-go
INSTALL
IMPORT
SIG · JESSEDUFFIELD-TERM
J
jesseduffield-termbox-go
cligov0.0.0-20200823212418-a2289ed6aafe
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.

termbox
github.com/jesseduffield/termbox-go

Initialize termbox and draw a character

package main import ( "github.com/jesseduffield/termbox-go" ) func main() { err := termbox.Init() if err != nil { panic(err) } defer termbox.Close() termbox.SetCell(0, 0, 'H', termbox.ColorDefault, termbox.ColorDefault) termbox.Flush() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200823212418-a2289ed6aafelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
jesseduffield-termbox-go — go get jesseduffield-termbox-go · libregistry