You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/vendor/github.com/containerd/console
ulyssessouza 9f4f945d4f Bump docker/docker and containerd/console
Signed-off-by: ulyssessouza <ulyssessouza@gmail.com>
5 years ago
..
.travis.yml Bump docker/docker and containerd/console 5 years ago
LICENSE vendor: add buildkit 6 years ago
README.md vendor: add buildkit 6 years ago
console.go Bump docker/docker and containerd/console 5 years ago
console_linux.go vendor: add buildkit 6 years ago
console_unix.go Bump docker/docker and containerd/console 5 years ago
console_windows.go Bump docker/docker and containerd/console 5 years ago
go.mod Bump docker/docker and containerd/console 5 years ago
go.sum Bump docker/docker and containerd/console 5 years ago
tc_darwin.go vendor: add buildkit 6 years ago
tc_freebsd.go vendor: add buildkit 6 years ago
tc_linux.go vendor: add buildkit 6 years ago
tc_openbsd_cgo.go vendor: add buildkit 6 years ago
tc_openbsd_nocgo.go vendor: add buildkit 6 years ago
tc_solaris_cgo.go vendor: add buildkit 6 years ago
tc_solaris_nocgo.go vendor: add buildkit 6 years ago
tc_unix.go vendor: add buildkit 6 years ago

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.