NAME
MarpaX::Database::Terminfo::Constants - Terminfo constants
VERSION
version 0.008
SYNOPSIS
use MarpaX::Database::Terminfo::Constants qw/:all/;
my $terminfo_boolean = TERMINFO_BOOLEAN;
my $terminfo_ff = TERMINFO_FF;
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.
- chars
-
The constants TERMINFO_ESC (escape character), TERMINFO_NL (newline character - OS dependent), TERMINFO_LF (line feed), TERMINFO_CR (carriage return), TERMINFO_TAB (tab), TERMINFO_BS (backspace), TERMINFO_FF (form feed), TERMINFO_SP (space).
- all
-
All of the above.
SEE ALSO
Unix Documentation Project - terminfo
AUTHOR
jddurand <jeandamiendurand@free.fr>
CONTRIBUTOR
Jean-Damien Durand <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.