Files
containerd/vendor/github.com/containerd/console
Michael Crosby 179382028a Update containerd deps
This includes general fixes and the license change where the license is
included in all files.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-03-08 13:57:30 -05:00
..
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2017-05-24 17:38:24 +01:00
2017-05-24 17:38:24 +01:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05:00
2018-03-08 13:57:30 -05: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)