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

Search results for "module:curses"

Curses - terminal screen handling and optimization River stage two • 17 direct dependents • 34 total dependents

"Curses" is the interface between Perl and your system's curses(3) library. For descriptions on the usage of a given function, variable, or constant, consult your system's documentation, as such information invariably varies (:-) between different cu...

GIRAFFED/Curses-1.44 - 07 Mar 2023 23:56:25 UTC

Curses::UI - A curses based OO user interface framework River stage two • 20 direct dependents • 20 total dependents

Curses::UI is an object-oriented user interface framework for Perl. It contains basic widgets (like buttons and text areas), more "advanced" widgets (like UI tabs and a fully-functional basic text editor), and some higher-level classes like pre-fab e...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::Forms - Curses Forms Framework River stage zero No dependents

Curses::Forms provide a simple framework for OO forms. The Forms module itself provides a basic class from which extended forms can be derived, or, it can be used as-is to control forms populated with widgets. More specialised forms are also availabl...

CORLISS/CursesForms-1.997 - 14 Nov 2002 20:51:06 UTC

Curses::Widgets - Base widget class for use with the Curses::Application framework River stage zero No dependents

This module serves two purposes: to provide a framework for creating custom widget classes, and importing a few useful functions for global use. Widget specific methods are documented in each Widget's pod, of which the following widgets are currently...

CORLISS/CursesWidgets-1.997 - 14 Nov 2002 20:51:21 UTC

Curses::Readline - Readline library for curses River stage zero No dependents

This library provides a way to query a user for a line with readline-like key bindings in a curses windows. It behaves similar to the command line in mutt or vi. The prompt is displayed on the last line of the curses window, which will be emptied on ...

MDOM/Curses-Readline-0.9 - 08 Aug 2019 13:03:14 UTC

Curses::Application - Curses Application Framework River stage zero No dependents

Curses::Application attempts to relieve the programmer of having to deal directly with Curses at all. Based upon Curses::Widgets and Curses::Forms, all one should have to do is define the application forms and contents in the DATA block of a script. ...

CORLISS/CursesApplication-0.2 - 14 Nov 2002 20:49:06 UTC

Curses::Simp - Curses Not Quite Simple River stage zero No dependents

Curses::Simp provides a curt mechanism for updating a console screen with any Perl array (or multiple arrays to include color codes). Most key events can be obtained and tested directly. The goal was ease-of-use for the common cases first and efficie...

PIP/Curses-Simp-1.4.A8UG1gG - 30 Aug 2010 21:08:05 UTC

Curses::UI::Widget - The base class for all widgets River stage two • 20 direct dependents • 20 total dependents

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::POE - A subclass makes Curses::UI POE Friendly. River stage one • 1 direct dependent • 1 total dependent

TAG/Curses-UI-POE-0.04 - 15 Dec 2011 10:28:54 UTC

Curses::UI::Menubar - Create and manipulate menubar widgets River stage two • 20 direct dependents • 20 total dependents

This class can be used to add a menubar to Curses::UI. This menubar can contain a complete submenu hierarchy. It looks (remotely :-) like this: ------------------------------------- menu1 | menu2 | menu3 | .... ------------------------------------- +...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Char - Create and manipulate character widgets. River stage one • 1 direct dependent • 1 total dependent

Curses::UI::Number is a widget that shows a number in graphic form....

SKIM/Curses-UI-Char-0.02 - 06 Dec 2023 17:04:44 UTC

Curses::UI::Time - Create and manipulate time widgets. River stage one • 1 direct dependent • 1 total dependent

Curses::UI::Time is a widget that shows a time in graphic form....

SKIM/Curses-UI-Time-0.06 - 23 Oct 2022 08:45:45 UTC

Curses::UI::Grid - Create and manipulate data in grid model River stage one • 1 direct dependent • 1 total dependent

Curses::UI::Grid is a widget that can be used to browsing or manipulate data in grid model See exampes/grid-demo.pl in the distribution for a short demo....

ADRIANWIT/Curses-UI-Grid-0.15 - 09 Jun 2008 21:02:25 UTC

Task::Curses::UI - Install the Curses::UI modules. River stage zero No dependents

SKIM/Task-Curses-UI-0.06 - 06 Dec 2023 11:28:14 UTC

Curses::UI::Label - Create and manipulate label widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Label is a widget that shows a textstring. This textstring can be drawn using these special features: bold, dimmed, reverse, underlined, and blinking. See exampes/demo-Curses::UI::Label in the distribution for a short demo....

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Color - Color support module River stage two • 20 direct dependents • 20 total dependents

This module provides all functions related to color support in Curses::UI. The color support was implemented without disturbing old applications, they will look as they used to do. Only if you enable color support explicitly and it is available on yo...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Popupmenu - Create and manipulate popupbox widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Popupmenu is a widget that can be used to create something very similar to a basic Curses::UI::Listbox. The difference is that the widget will show only the currently selected value (or "-------" if no value is yet selected). The list of ...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Number - Create and manipulate number widgets. River stage one • 2 direct dependents • 2 total dependents

Curses::UI::Number is a widget that shows a number in graphic form....

SKIM/Curses-UI-Number-0.07 - 23 Oct 2022 08:41:32 UTC

Curses::UI::Window - Create and manipulate Window widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Window is a window widget. It can be added to a Curses::UI instance. After that the window can be filled with other widgets to create an application window. For information on how to fill the window with widgets, see Curses::UI::Container...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC

Curses::UI::Common - Common methods for Curses::UI River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Common is a collection of methods that is shared between Curses::UI classes....

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC
98 results (0.017 seconds)