NAME
Term::VTerm::GlyphInfo
- glyph information for Term::VTerm
ACCESSORS
chars
@chars = $info->chars
A list of Unicode character numbers. This list does not include the terminating 0.
width
$width = $info->width
The width of this glyph in screen columns.
str
$str = $info->str
A Unicode string containing the characters.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>