github.com/AbhinandanKurakure/podman/v3@v3.4.10/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 }