The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Term::Size"

Term::Size - Retrieve terminal size on Unix River stage three • 24 direct dependents • 121 total dependents

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) River stage two • 2 direct dependents • 51 total dependents

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) River stage zero No dependents

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) River stage two • 4 direct dependents • 65 total dependents

PERLANCAR/Term-App-Util-Size-0.002 - 10 Jun 2020 01:49:12 UTC

lib/Term/Size/Any.pm River stage two • 12 direct dependents • 45 total dependents

FERREIRA/Term-Size-Any-0.002 - 20 Apr 2012 14:15:30 UTC

lib/Term/Size/Win32.pm River stage one • 1 direct dependent • 1 total dependent

FERREIRA/Term-Size-Win32-0.209 - 24 Aug 2008 16:03:16 UTC

Term::Screen::Win32 - Simple Term::Screen style interface to the Win32::Console (and Win32::Console::ANSI) capabilities River stage zero No dependents

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 River stage zero No dependents

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::Clui - Perl module offering a Command-Line User Interface River stage one • 4 direct dependents • 5 total dependents

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 River stage zero No dependents

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 River stage one • 1 direct dependent • 4 total dependents

PEVANS/Term-VTerm-0.08 - 17 Sep 2022 16:28:28 UTC

Term::VT102 - a class to emulate a DEC VT102 terminal River stage two • 5 direct dependents • 18 total dependents

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 River stage four • 3 direct dependents • 6231 total dependents

This is used by some failing tests to provide diagnostics about what has gone wrong. This module is able to format rows of data into tables....

EXODIST/Term-Table-0.018 - 23 Oct 2023 04:56:28 UTC

Tickit::Term - terminal formatting abstraction River stage two • 35 direct dependents • 41 total dependents

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.74 - 04 Sep 2023 17:09:00 UTC

Term::Shelly - Yet Another Shell Kit for Perl River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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. River stage one • 7 direct dependents • 8 total dependents

Choose interactively from a list of items. "Term::Choose" provides a functional interface ("SUBROUTINES") and an object-oriented interface ("METHODS")....

KUERBIS/Term-Choose-1.764 - 20 Apr 2024 14:34:17 UTC

Term::Screen - A Simple all perl Term::Cap based screen positioning module River stage one • 5 direct dependents • 5 total dependents

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 River stage one • 2 direct dependents • 2 total dependents

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

Term::Gnuplot - lowlevel graphics using gnuplot drawing routines. River stage zero No dependents

Below I include the contents of the file term/README from gnuplot distribution (see "gnuplot term/README"). It explains the meaning of the methods of "SYNOPSIS". All methods are supported under Perl, the "options" method is available as set_options()...

ILYAZ/Term-Gnuplot-0.90380906 - 01 Aug 2018 12:13:22 UTC
56 results (0.032 seconds)