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 }