From: Richard Lyman Date: 2005-12-11T05:52:11+09:00 Subject: Ncurses - how do you get mousemask working? I've tried... and I've looked around. A few other projects have the line with 'Ncurses::mousemask...' in them - but it's always commented out... like they couldn't get it working either. Is this feature not functional? I've currently got 'Ncurses::mousemask(Ncurses::ALL_MOUSE_EVENTS,[])' and the error 'wrong number of arguments (2 for 1)' and as soon as I drop the second arg I get the error 'oldmask (2nd argument) must be an empty Array' which is kinda bothersome... :-) Any hints? Tobias? -Rich