logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Daniel Sully <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.

Description

       Please see the S-Lang API documentation.

Name

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

See Also

slang(1), perl(1)

perl v5.40.0                                       2024-10-20                                         Slang(3pm)

Synopsis

       use Term::Slang qw(:all);

       SLtt_get_terminfo(); SLang_init_tty(-1,0,1);

       SLsig_block_signals();

       SLsmg_init_smg;

       SLsig_unblock_signals();

       SLkp_init();

See Also