hqhq / console

console package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console

Build Status

Golang package for dealing with consoles. Light on deps and a simple API.

Modifying the current process

current := console.Current()
defer current.Reset()

if err := current.SetRaw(); err != nil {
}
ws, err := current.Size()
current.Resize(ws)

About

console package for Go

License:Apache License 2.0


Languages

Language:Go 100.0%