Newt

Newt are Perl bindings for RedHat newt library.
Download

Newt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Erik Troan
  • Publisher web site:
  • http://search.cpan.org/~amedina/Newt-1.08/Newt.pm

Newt Tags


Newt Description

Newt are Perl bindings for RedHat newt library. Newt are Perl bindings for RedHat newt library.SYNOPSIS use Newt; Newt::Init(); Newt::Cls(); #A lot of Newt operations... Newt::Finished();The Newt module implements perl bindings for the RedHat newt windowing system, a terminal-based window and widget library for writing applications with a simple, but user friendly, interface.Basic Newt functionsNewt::Init()Starts Newt services. You must use this command first.Newt::Finished()Ends Newt services.Newt::Cls()Clears the background.Newt::Refresh()Foreces an inmediate update of the modified portions of the screen.Newt::Bell()Sends a beep to the terminal.Newt::GetScreenSize()Returns a tuple containing the screen dimensions.Keyboard inputNewt::WaitForKey()Stops program execution until a key is pressed.Newt::ClearKeyBuffer()Discards the contents of the terminal's input buffer without waiting for additional input.wing text on the root windowNewt::DrawRootText($left, $top, $text)Displays the text in the indicated position.Newt::PushHelpLine($text)Saves the current help line on a stack and displays the new line. If the text is null, Newt's default help line is displayed. If text is a string of length 0, the help line is cleared.Newt::PopHelpLine()Replaces the current help line with the previous one. It is important not to pop more lines than the ones pushed. Requirements: · Perl


Newt Related Software