in reply to Re^3: Curses::UI loop dilemma
in thread Curses::UI loop dilemma

My constructor was:
my $cui = Curses::UI->new( -mouse_support => 0, -read_timeout => 0, -color_support => 1, -clear_on_exit => 1, );
So that should have worked... should... :(