A Dynamic Loadable Curses Module for Perl5
This is a dynamic loadable curses module for Perl5. This package can
be found at any CPAN archive.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Curses
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Curses && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Curses-1.45.tar.gz | 0000140041 137 KB | |
_link | 0000000146 146 Bytes | |
cpanspec.yml | 0000000872 872 Bytes | |
perl-Curses.changes | 0000011737 11.5 KB | |
perl-Curses.spec | 0000002830 2.76 KB |
Comments 2
Unfortunately, this module doesn't work anymore, at least for Tumbleweed (up to date).
use Curses;
initscr();
getmaxyx($row, $col);
exits the application with the message
Curses function 'getbegyx' is not defined in your Curses library at /usr/lib/perl5/vendor_perl/5.32.1/Curses/UI/Widget.pm line 431.
Seems that the getbegyx function is missing in /usr/lib64/libncursesw.so.6.2 Also getmaxyx is missing.
Any hints to solve this?
Thanks, Michael
Hi, Michael! Please, use bugzilla for reporting bugs. This issue was reported in bsc#1119646.