voidterm/termutil/measured-rune.go

7 lines
70 B
Go
Raw Permalink Normal View History

2024-01-14 20:15:26 +00:00
package termutil
2024-01-14 18:33:53 +00:00
type MeasuredRune struct {
Rune rune
Width int
}