Registry / cli / ahmetalpbalkan-go-cursor

ahmetalpbalkan-go-cursor

JSON →
library0.0.0-20131010032410-8136607ea412gogounverified

ANSI escape sequences for terminal cursor and screen manipulation.

go get github.com/ahmetalpbalkan/go-cursor
INSTALL
IMPORT
SIG · AHMETALPBALKAN-GO-
A
ahmetalpbalkan-go-cursor
cligov0.0.0-20131010032410-8136607ea412
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.

cursor
github.com/ahmetalpbalkan/go-cursor

Hide cursor, move to position, print text, show cursor

package main import ( "fmt" "github.com/ahmetalpbalkan/go-cursor" ) func main() { fmt.Print(cursor.Hide()) fmt.Print(cursor.MoveTo(10, 5)) fmt.Print("Hello") fmt.Print(cursor.Show()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20131010032410-8136607ea412latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
OpenAI (training)
1
Resources
ahmetalpbalkan-go-cursor — go get ahmetalpbalkan-go-cursor · libregistry