Term::Size - Retrieve terminal size on Unix
Term::Size is a Perl module which provides a straightforward way to retrieve the terminal size. Both functions take an optional filehandle argument, which defaults to *STDIN{IO}. They both return a list of two values, which are the current width and ...
FERREIRA/Term-Size-0.211 - 14 Jan 2021 19:08:25 UTC
Term::Size::Perl - Perl extension for retrieving terminal size (Perl version)
Yet another implementation of "Term::Size". Now in pure Perl, with the exception of a C probe run on build time. FUNCTIONS chars ($columns, $rows) = chars($h); $columns = chars($h); "chars" returns the terminal size in units of characters correspondi...
FERREIRA/Term-Size-Perl-0.031 - 14 Feb 2018 19:11:44 UTC
Term::Size::ReadKey - Retrieve terminal size (via Term::ReadKey)
Yet another implementation of "Term::Size". Now using "Term::ReadKey" to do the hard work. FUNCTIONS chars ($columns, $rows) = chars($h); $columns = chars($h); "chars" returns the terminal size in units of characters corresponding to the given fileha...
FERREIRA/Term-Size-ReadKey-0.03 - 28 Feb 2008 13:32:08 UTC
Term::App::Util::Size - Determine the sane terminal size (width, height)
PERLANCAR/Term-App-Util-Size-0.002
-
10 Jun 2020 01:49:12 UTC
Term::Screen::Win32 - Simple Term::Screen style interface to the Win32::Console (and Win32::Console::ANSI) capabilities
This module provides the same interface as Term::Screen provides. It was created to be used with Term::Screen::Uni. Functions are not supported These functions are not supported and will croak if called: "term()" Useless on Win32 These functions are ...
TPABA/Term-Screen-Win32-0.03 - 28 Mar 2006 13:52:50 UTC
Term::hr - define a thematic change in the content of a terminal session
Term::hr exports a single function into the callers namespace, "hr". It exposes a feature very similar to the HTML <hr> tag; a simple way to define a thematic change in content. It gives you a way to divide output into sections when you or your progr...
WOLDRICH/Term-hr-0.002 - 08 May 2022 12:51:46 UTC
Term::YAP - show pulsed progress bar in terminal
Term::YAP is a Moo based class to implement a "pulse" bar in a terminal. A pulse bar doesn't actually keep track of progress from any task being executed but at least shows that the program is working in something instead of showing nothing for the e...
ARFREITAS/Term-YAP-0.08 - 29 Mar 2019 18:12:15 UTC
Term::Clui - Perl module offering a Command-Line User Interface
Term::Clui offers a high-level user interface to give the user of command-line applications a consistent "look and feel". Its metaphor for the computer is as a human-like conversation-partner, and as each question/response is completed it is summaris...
PLICEASE/Term-Clui-1.76 - 28 Oct 2019 10:16:57 UTC
Term::Emit - Print with indentation, status, and closure
The "Term::Emit" package is used to print balanced and nested messages with a completion status. These messages indent easily within each other, autocomplete on scope exit, are easily parsed, may be bulleted, can be filtered, and even can show status...
ROSCIO/Term-Emit-0.0.4 - 12 Sep 2012 19:16:24 UTC
Term::VTerm - emulate a virtual terminal using libvterm
PEVANS/Term-VTerm-0.07
-
08 Sep 2021 19:10:14 UTC
Term::VT102 - a class to emulate a DEC VT102 terminal
The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a VT102 object is processed and the in-memory "screen" modified accordingly. This "screen" can be interrogated by the external progr...
AJWOOD/Term-VT102-0.91 - 09 Nov 2008 21:26:03 UTC
Term::Table - Format a header and rows into a table
This is used by some failing tests to provide diagnostics about what has gone wrong. This module is able to generic format rows of data into tables....
EXODIST/Term-Table-0.016 - 03 Jan 2022 20:59:00 UTC
Tickit::Term - terminal formatting abstraction
Provides terminal control primitives for Tickit; a number of methods that control the terminal by writing control strings. This object itself performs no actual IO work; it writes bytes to a delegated object given to the constructor called the writer...
PEVANS/Tickit-0.72 - 18 Aug 2021 11:38:55 UTC
Term::Shelly - Yet Another Shell Kit for Perl
POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over is the last thing in the document?!...
PSIONIC/Term-Shelly-0.01 - 04 Jun 2004 04:35:22 UTC
Term::Visual - split-terminal user interface
Term::Visual is a "visual" terminal interface for curses applications. It provides the split-screen interface you may have seen in console based IRC and MUD clients. Term::Visual uses the POE networking and multitasking framework to support concurren...
LUNARTEAR/Term-Visual-0.08 - 17 Oct 2007 23:51:23 UTC
Term::Choose - Choose items from a list interactively.
Choose interactively from a list of items. "Term::Choose" provides a functional interface ("SUBROUTINES") and an object-oriented interface ("METHODS")....
KUERBIS/Term-Choose-1.757 - 17 Jul 2022 14:08:28 UTC
Term::Screen - A Simple all perl Term::Cap based screen positioning module
Term::Screen is a very simple screen positioning module that should work wherever "Term::Cap" does. It is set up for Unix using stty's but these dependences are isolated by evals in the "new" constructor. Thus you may create a child module implementi...
JSTOWE/Term-Screen-1.06 - 04 Dec 2016 20:14:49 UTC
Term::Filter - Run an interactive terminal session, filtering the input and output
This module is a Moose role which implements running a program in a pty while being able to filter the data that goes into and out of it. This can be used to alter the inputs and outputs of a terminal based program (as in the "SYNOPSIS"), or to inter...
DOY/Term-Filter-0.03 - 08 Mar 2012 03:27:12 UTC