terminal.go 76 B

12345678
  1. package terminal
  2. type Short int16
  3. type Coord struct {
  4. X Short
  5. Y Short
  6. }