NAME

Term::Slang - Interface to the S-Lang terminal library.

SYNOPSIS

use Term::Slang;

my $sl = Term::Slang->new;

$sl->init_smg; $sl->SLang_init_tty(-1,0,1); $sl->smg_init_smg; $sl->SLkp_init;

$sl->SLang_reset_tty; $sl->smg_reset_smg;

DESCRIPTION

AUTHOR

Daniel <daniel-cpan-slang@electricrain.com>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

slang(1), perl(1)