Skip Menu |

This queue is for tickets about the Curses-UI CPAN distribution.

Report information
The Basics
Id: 20214
Status: new
Priority: 0/
Queue: Curses-UI

People
Owner: Nobody in particular
Requestors: stefan.kangas [...] ungvanster.se
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.95
Fixed in: (no value)



Subject: Default behavior of Curses::UI::Dialog::Basic->new() sets screen_too_small and breaks
This script illustrates the problem: #!/usr/bin/perl use Curses::UI; new Curses::UI->dialog(); The application generates the [screen_too_small] error message from Curses::UI::Language::english, which reads: Your screen is currently too small for this application. Resize the screen and restart the application. Press <CTRL+C> to exit... I've attached a patch that fixes the bug, or at least makes it go away.