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::LineInfo - line information for Term::VTerm

ACCESSORS

doubleheight

   $dh = $lineinfo->doubleheight

Returns 0 on single-height lines, 1 on the top row of a double-height line, and 2 on the bottom row.

doublewidth

   $dw = $lineinfo->doublewidth

Returns true on lines that are set as double-width.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>