Skip to content

containerd/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f6c4e4 · Jul 6, 2023
Nov 9, 2022
Feb 11, 2022
Oct 19, 2018
May 8, 2023
May 26, 2023
Feb 11, 2022
Dec 18, 2019
May 26, 2023
Feb 14, 2022
Mar 21, 2022
May 26, 2023
Feb 25, 2023
Feb 25, 2023
Feb 11, 2022
Feb 11, 2022
Feb 14, 2022
Mar 21, 2022
Sep 16, 2020
Feb 11, 2022
Feb 11, 2022
Apr 7, 2021
Sep 22, 2020
Feb 11, 2022
Feb 11, 2022
Jul 6, 2023
Mar 21, 2022

Repository files navigation

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.