← Back to team overview

pkg-perl-maintainers team mailing list archive

[Bug 2055430] Re: curses input box with mouse-support enters test 588 589 whenever terminal window focus changes

 

The fix for my application is to add:

$cui->set_binding( sub { }, "588" );
$cui->set_binding( sub { }, "589" );

I provide this as a workaround.

it suggests that 588 and 589 are to new KEY_* values that are perhaps
merely not-handled but now-should-be in libcurses-ui-perl engine.

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libcurses-ui-perl in Ubuntu.
https://bugs.launchpad.net/bugs/2055430

Title:
  curses input box with mouse-support enters test 588 589 whenever
  terminal window focus changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcurses-ui-perl/+bug/2055430/+subscriptions



References