in reply to Net::Telnet + Term::VT102 sample

try the -a flag when starting cicsterm, that allows it to be more flexable with term type if i remember.

-Waswas

Replies are listed 'Best First'.
Re: Re: Net::Telnet + Term::VT102 sample
by golemwashere (Acolyte) on Jun 09, 2003 at 12:23 UTC
    Thanks a lot,
    I tried both -A -Q and all the other switches....
    it works in interactive mode but not through Net::Telnet (the dump always says minimum screen size....)
    ... any sample of a script calling a program with a graphical interface (like PINE for example) and grabbing a screen maybe using Term::VT102 would be usefull...
    Thanks Golem
Re: Re: Net::Telnet + Term::VT102 sample
by golemwashere (Acolyte) on Jun 12, 2003 at 10:01 UTC
    I solved with a simple $t->cmd( 'stty rows 25 columns 80');

    sometimes the solution it's so easy and simple....
    even no Term:VT102 was required...
    anyway thanks all the same...
    Golem