Files
containerd/vendor/github.com/containerd/console
Lantao Liu efba8e147f Update containerd to 2f69be5594.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-06-10 19:34:46 -07:00
..
2018-03-16 06:39:01 +00:00
2018-03-16 06:39:01 +00:00
2019-06-10 19:34:46 -07:00
2019-06-10 19:34:46 -07:00
2018-03-16 06:39:01 +00:00
2018-03-16 06:39:01 +00:00
2018-03-16 06:39:01 +00:00
2018-03-16 06:39:01 +00:00
2018-03-16 06:39:01 +00:00
2018-03-16 06:39:01 +00:00

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.