Term::Cap -- Setting terminal type 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);
.
Relevant Pages
- Re: Executable enty points incorrectly documented
... I was speaking about Windows SDK not MSDN Library entirely, but even if Windows SDK conatins C/C++ documentation I believe that main/WinMain belong to C/C++ documentation rather than Windows API documentation. ... It's correct about the default entry point names used by the linker and also correct about what those entry points call and because this is the ... (microsoft.public.win32.programmer.kernel) - Re: ping Purl Gurl? Beginner Level Perl
... This is a good short one page article on perl core buffering, ... a lot of documentation amounted to nothing ... more than tirades about how bad Windows is as an operating system. ... (alt.usage.english) - Re: installing freebsd on windows
... windows vista runs well too on overmuscled hardware. ... Why do I have to Google the info? ... So you're trying to say that all local documentation is useless ... recommending that I do business with them again? ... (freebsd-questions) - Re: solaris
... In FreeBSD I can't see a lack. ... the lact of documentation is one of the ... If the Windows documentation were fit for purpose, ... Installing an MS operating system on hardware for which the OS has inbuilt ... (freebsd-questions) - Re: Microsoft throws in the towel on Vista
... Of course, it will be nice to have everything delivered in one easy lump via Windows Update, instead of having to find and download fixes for bugs that trouble you. ... Leopard actually goes *farther* overboard than Vista in a few places- sure, they both have silly translucency effects, but only Leopard has The Galaxy That Time Remembered. ... from first-party reference documentation mostly. ... (comp.sys.mac.advocacy) |
|