NAME
MarpaX::Database::Terminfo::Constants - Terminfo constants
VERSION
version 0.012
SYNOPSIS
use MarpaX::Database::Terminfo::Constants qw/:all/;
my $terminfo_boolean = TERMINFO_BOOLEAN;
DESCRIPTION
This modules export terminfo interface constants.
EXPORTS
This module is exporting on demand the following tags:
- types
-
The constants TERMINFO_BOOLEAN, TERMINFO_NUMERIC and TERMINFO_STRING.
- all
-
All of the above.
SEE ALSO
Unix Documentation Project - terminfo
AUTHOR
jddurand <jeandamiendurand@free.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jean-Damien Durand.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.