podman/libpod/define/terminal.go

8 lines
138 B
Go

package define
// TerminalSize represents the width and height of a terminal.
type TerminalSize struct {
Width uint16
Height uint16
}