mirror of
https://github.com/1f349/voidterm.git
synced 2024-11-09 22:52:55 +00:00
7 lines
70 B
Go
7 lines
70 B
Go
|
package voidterm
|
||
|
|
||
|
type MeasuredRune struct {
|
||
|
Rune rune
|
||
|
Width int
|
||
|
}
|