Registry / utility / nsf-termbox-go

nsf-termbox-go

JSON →
library1.1.1gogounverified

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

go get github.com/nsf/termbox-go
INSTALL
IMPORT
SIG · NSF-TERMBOX-GO
N
nsf-termbox-go
utilitygov1.1.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.

termbox
github.com/nsf/termbox-go

Initializes termbox, draws a character, and flushes the screen.

package main import ( "github.com/nsf/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
1.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
nsf-termbox-go — go get nsf-termbox-go · libregistry