The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>