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
perl-Curses
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
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.