aminal/terminal/cell.go

6 lines
47 B
Go

package terminal
type Cell struct {
r rune
}