summaryrefslogtreecommitdiff
path: root/libpod/define/terminal.go
blob: ce895554491ed6489e8b068b76a0a0582cd9c79a (plain)
1
2
3
4
5
6
7
package define

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