NAME
Term::VTerm::Pos
- represent an onscreen position for Term::VTerm
CONSTRUCTOR
new
$pos
= Term::VTerm::Pos->new(
row
=>
$row
,
col
=>
$col
)
Returns a new Term::VTerm::Pos
instance.
ACCESSORS
row
col
$row
=
$pos
->row
$col
=
$pos
->col
The row and column number of the position, 0-indexed.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>