erm/internal/app/darktile/termutil/measured-rune.go

7 lines
70 B
Go
Raw Normal View History

2021-07-30 22:29:20 +00:00
package termutil
type MeasuredRune struct {
Rune rune
Width int
}