DEBSOURCES
Skip Quicknav
sources / golang-github-alecaivazis-survey / 2.3.6%2Bds1-1 / terminal / terminal.go
12345678
package terminal type Short int16 type Coord struct { X Short Y Short }