github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/libpod/define/terminal.go (about)

     1  package define
     2  
     3  // TerminalSize represents the width and height of a terminal.
     4  type TerminalSize struct {
     5  	Width  uint16
     6  	Height uint16
     7  }