Subject: | Some minor issues in Curses-UI-0.94 |
Hello,
I have Perl 5.8.5 on Linux (RH7.2) and Solaris/Sparc 8, built
with gcc-3.2.3, ithreads and shared libperl, and a Curses linked
against a quite recent ncurses package.
First of all: excellent package, keep up the good work!
make test is ok, but in the interactive test I get some
"use of uninitialized value" when selecting an existing file
from the file browser dialog.
The last interactive demo (nr. 15) misses the
Curses::UI::Dialog::Question module - did you perhaps forget
to check that in?
When going from demo 4 to 5, sometimes the screen was not
properly redrawn - there still were characters from the
previous demo.
When changing the screen size, there seems to be an off-by-few
error if the screen size was reduced - in case of enlarging the
redraw is correct.
Finally, it would be nice if the package (by default) supported
CTRL-L to completely redraw the screen, clearing all spurious
characters that might be there (e.g. from warnings printed to
STDERR).
Let me know if you need more information - I will happily send
some debugging info, but unfortunately I cannot dig deeper into
the code.
Cheers,
Marek