aminal/terminal/cell.go

6 lines
50 B
Go

package terminal
type Cell struct {
rune rune
}