Ncurses.init_pair no longer seems to exist in the 'ncurses' package.

K

Kenneth McDonald

Just wondering if this is true, or if something has gone wrong with my
installation.

Thanks,
Ken
 
N

Nit Khair

Kenneth said:
Just wondering if this is true, or if something has gone wrong with my
installation.

Thanks,
Ken

Works fine on mine. Check ncurses_wrap.c.

/opt/local/lib/ruby/gems/1.8/gems/ncurses-0.9.1

ncurses_wrap.c:static VALUE rbncurs_init_pair(VALUE dummy, VALUE arg1,
VALUE arg2, VALUE arg3) {
ncurses_wrap.c: return INT2NUM(init_pair(NUM2INT(arg1),
NUM2INT(arg2), NUM2INT(arg3)));
ncurses_wrap.c: NCFUNC(init_pair, 3);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top