diff options
Diffstat (limited to 'cpan/Term-Cap')
-rw-r--r-- | cpan/Term-Cap/Cap.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Term-Cap/Cap.pm b/cpan/Term-Cap/Cap.pm index 004a03c412..82f40713dc 100644 --- a/cpan/Term-Cap/Cap.pm +++ b/cpan/Term-Cap/Cap.pm @@ -86,8 +86,6 @@ termcap manpage on most Unix-like systems. =head2 METHODS -=over 4 - The output strings for B<Tputs> are cached for counts of 1 for performance. B<Tgoto> and B<Tpad> do not cache. C<$self-E<gt>{_xx}> is the raw termcap data and C<$self-E<gt>{xx}> is the cached version. @@ -145,6 +143,8 @@ sub termcap_path return grep { defined $_ && -f $_ } @termcap_path; } +=over 4 + =item B<Tgetent> Returns a blessed object reference which the user can |