Term::Cap -- Setting terminal type under Windows XP
- From: "Chubasco" <eastonbeymer@xxxxxxx>
- Date: Mon, 29 May 2006 18:22:57 -0700
I am submitting this message again. Doesn't anyone out there know about
using termcap under Windows XP?
I am trying to get Term::Cap to run under Windows XP. When running the code
snippet below from the Term::Cap documentation, I get the message "TERM not
set at termcapxx.pl line 2". What is the procedure for setting the TERM
terminal type on Windows XP?
require Term::Cap;
$terminal = Tgetent Term::Cap { TERM => undef, OSPEED => $ospeed };
$terminal->Trequire(qw/ce ku kd/);
$terminal->Tgoto('cm', $col, $row, $FH);
$terminal->Tputs('dl', $count, $FH);
$terminal->Tpad($string, $count, $FH);
.
- Prev by Date: Re: regular expression problem ? and * characters
- Next by Date: Re: regular expression problem ? and * characters
- Previous by thread: Term::Cap -- Setting terminal type under Windows XP
- Next by thread: Installing XML Parser
- Index(es):
Relevant Pages
|