AnyEvent-TermKey

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

  $msec = $aetk->get_waittime
  $aetk->set_waittime( $msec )
  $str = $aetk->get_keyname( $sym )
  $sym = $aetk->keyname2sym( $keyname )
  ( $ev, $button, $line, $col ) = $aetk->interpret_mouse( $key )
  $str = $aetk->format_key( $key, $format )
  $key = $aetk->parse_key( $str, $format )
  $key = $aetk->parse_key_at_pos( $str, $format )
  $cmp = $aetk->keycmp( $key1, $key2 )
    These methods all proxy to the "Term::TermKey" object, and allow
    transparent use of the "AnyEvent::TermKey" object as if it was a
    subclass. Their arguments, behaviour and return value are therefore
    those provided by that class. For more detail, see the Term::TermKey
    documentation.

AUTHOR
    Paul Evans <leonerd@leonerd.org.uk>

lib/AnyEvent/TermKey.pm  view on Meta::CPAN

=head2 ( $ev, $button, $line, $col ) = $aetk->interpret_mouse( $key )

=head2 $str = $aetk->format_key( $key, $format )

=head2 $key = $aetk->parse_key( $str, $format )

=head2 $key = $aetk->parse_key_at_pos( $str, $format )

=head2 $cmp = $aetk->keycmp( $key1, $key2 )

These methods all proxy to the C<Term::TermKey> object, and allow transparent
use of the C<AnyEvent::TermKey> object as if it was a subclass. Their
arguments, behaviour and return value are therefore those provided by that
class. For more detail, see the L<Term::TermKey> documentation.

=cut

# Proxy methods for normal Term::TermKey access
foreach my $method (qw(
   get_flags
   set_flags



( run in 0.403 second using v1.01-cache-2.11-cpan-a1d94b6210f )