buildkit/vendor/github.com/containerd/console
Tonis Tiigi ac18391f2b vendor: update containerd and continuity
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-04-25 23:33:52 -07:00
..
.travis.yml vendor: update containerd and continuity 2019-04-25 23:33:52 -07:00
LICENSE vendor: update containerd and continuity 2019-04-25 23:33:52 -07:00
README.md vendor: update containerd and continuity 2019-04-25 23:33:52 -07:00
console.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
console_linux.go vendor: update containerd to b4163374 2018-07-06 14:18:33 -07:00
console_unix.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
console_windows.go Update containerd vendor 2018-08-28 14:26:14 -07:00
tc_darwin.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
tc_freebsd.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
tc_linux.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
tc_openbsd_cgo.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
tc_openbsd_nocgo.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
tc_solaris_cgo.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
tc_solaris_nocgo.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00
tc_unix.go update containerd (binary: v1.0.3, library: Apr 3, 2018) 2018-04-04 17:22:20 +09:00

README.md

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)

Project details

console is a containerd sub-project, licensed under the Apache 2.0 license. As a containerd sub-project, you will find the:

information in our containerd/project repository.