erm/internal/app/darktile/termutil/measured-rune.go
2021-07-30 23:29:20 +01:00

7 lines
70 B
Go

package termutil
type MeasuredRune struct {
Rune rune
Width int
}