1Term::Completion::_termUssiezre(C3o)ntributed Perl DocumTeenrtma:t:iCoonmpletion::_termsize(3)
2
3
4
6 Term::Completion::_termsize - utility package to determine terminal
7 size
8
10 This utility package contains a method that is required for
11 Term::Completion to determine the size (columns, rows) of the current
12 terminal window. This package uses Term::Size if available, and tries
13 to fall back on the "ioctl" in perlfunc and some header files if not.
14
15 Methods
16 get_term_size()
17 Return the terminal size as a list of columns and rows.
18
20 Marek Rouchal <marekr@cpan.org>
21
22 Reused code from "How do I get the screen size?" in perlfaq8.
23
25 Copyright (c) 2009, Marek Rouchal. All Rights Reserved. This module is
26 free software. It may be used, redistributed and/or modified under the
27 same terms as Perl itself.
28
30 Term::Size, perlfaq8
31
32
33
34perl v5.32.1 2021-01-27 Term::Completion::_termsize(3)