Akihiro Suda b79dec8138 vendor: github.com/opencontainers/runc v1.1.0 %!s(int64=3) %!d(string=hai) anos
..
.golangci.yml e5d28115ee vendor: regenerate %!s(int64=3) %!d(string=hai) anos
LICENSE 3d7d8a579f bump containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f %!s(int64=6) %!d(string=hai) anos
README.md 948e201c1c vendor: github.com/containerd/console v1.0.2 %!s(int64=4) %!d(string=hai) anos
console.go 4680836f80 vendor: github.com/containerd/console v1.0.1 %!s(int64=4) %!d(string=hai) anos
console_linux.go 9a82a9a8ea vendor containerd, BuildKit, protobuf, grpc, and golang.org/x %!s(int64=5) %!d(string=hai) anos
console_unix.go 948e201c1c vendor: github.com/containerd/console v1.0.2 %!s(int64=4) %!d(string=hai) anos
console_windows.go b79dec8138 vendor: github.com/opencontainers/runc v1.1.0 %!s(int64=3) %!d(string=hai) anos
console_zos.go b79dec8138 vendor: github.com/opencontainers/runc v1.1.0 %!s(int64=3) %!d(string=hai) anos
pty_freebsd_cgo.go 948e201c1c vendor: github.com/containerd/console v1.0.2 %!s(int64=4) %!d(string=hai) anos
pty_freebsd_nocgo.go 948e201c1c vendor: github.com/containerd/console v1.0.2 %!s(int64=4) %!d(string=hai) anos
pty_unix.go 948e201c1c vendor: github.com/containerd/console v1.0.2 %!s(int64=4) %!d(string=hai) anos
tc_darwin.go 4680836f80 vendor: github.com/containerd/console v1.0.1 %!s(int64=4) %!d(string=hai) anos
tc_freebsd_cgo.go 948e201c1c vendor: github.com/containerd/console v1.0.2 %!s(int64=4) %!d(string=hai) anos
tc_freebsd_nocgo.go 948e201c1c vendor: github.com/containerd/console v1.0.2 %!s(int64=4) %!d(string=hai) anos
tc_linux.go 948e201c1c vendor: github.com/containerd/console v1.0.2 %!s(int64=4) %!d(string=hai) anos
tc_netbsd.go 4680836f80 vendor: github.com/containerd/console v1.0.1 %!s(int64=4) %!d(string=hai) anos
tc_openbsd_cgo.go 52ed3e0896 Update containerd to 1.1 %!s(int64=7) %!d(string=hai) anos
tc_openbsd_nocgo.go 52ed3e0896 Update containerd to 1.1 %!s(int64=7) %!d(string=hai) anos
tc_solaris_cgo.go 52ed3e0896 Update containerd to 1.1 %!s(int64=7) %!d(string=hai) anos
tc_solaris_nocgo.go 52ed3e0896 Update containerd to 1.1 %!s(int64=7) %!d(string=hai) anos
tc_unix.go b79dec8138 vendor: github.com/opencontainers/runc v1.1.0 %!s(int64=3) %!d(string=hai) anos
tc_zos.go b79dec8138 vendor: github.com/opencontainers/runc v1.1.0 %!s(int64=3) %!d(string=hai) anos

README.md

console

PkgGoDev Build Status Go Report Card

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.