gosl/data/Screen.go

7 lines
95 B
Go
Raw Normal View History

2016-01-18 23:19:51 +01:00
package data // code.bitsetter.de/fun/gosl/data
type Screen struct {
w, h int
data []rune
}