On 3/1/06, Saurabh_Agarwal <[EMAIL PROTECTED]> wrote:

> I am developing text base interface and for that I need to resize the
> window using "stty" command.

> Any suggestions?

You may be able to use IO::Stty more easily than the command. Then
again, you may not.

    http://search.cpan.org/~auschutz/IO-Stty-.02/

But when dealing with terminal screen handling, you almost certainly
want to use Curses:

    http://search.cpan.org/~giraffed/Curses-1.13/

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to