Curses::Simp

Curses::Simp is a simple curses wrapper for easy application development.
Download

Curses::Simp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Pip Stuart
  • Publisher web site:
  • http://search.cpan.org/~pip/XML-Tidy-1.2.54HJnFa/Tidy.pm

Curses::Simp Tags


Curses::Simp Description

Curses::Simp is a simple curses wrapper for easy application development. Curses::Simp is a simple curses wrapper for easy application development.SYNOPSIS use Curses::Simp; my $simp = Curses::Simp->new('text' => ); my $key = ''; while($key ne 'x') { # wait for 'x' to eXit $key = $simp->GetKey(-1); # get a blocking keypress $simp->Text('push' => $key); # push new line for new key }Curses::Simp provides a curt mechanism for updating a console screen with any Perl array (or two to include color codes). Most key strokes can be simply obtained and tested for interface manipulation. The goal was ease-of-use first and efficient rendering second. Of course, it could always benefit from being faster still.Many Simp functions can accept rather cryptic parameters to do fancier things but the most common case is meant to be as simple as possible (hence the name). The more I learn about Curses, the more functionality I intend to add... maybe someday Simp will be done... yet Feeping Creatures overcome.Requirements:· PerlWhat's New in This Release:· made Brws()· added ckbx && butn types to Mesg() && drop type to Prmt() && wrote Focu() to focus new types· added info && help types to Mesg() to auto title && color those screens· added blox && squr styles to CPik && made style/blockchar increment keys (PgUp/Dn/Home/End)


Curses::Simp Related Software