Subject: | Curses-UI-0.9609 Premature truncation when "<standout>" tag is used. |
Date: | Fri, 13 Apr 2012 12:55:03 -0500 |
To: | bug-Curses-UI [...] rt.cpan.org |
From: | Lee Ayres <ayres [...] interhack.com> |
Lines of text with the <standout> tag are prematurely truncated. This
tag is ignored in two critical places when calculating the length of a
line and determining where to truncate it.
Curses::UI::Common.pm Line 300
if ($token !~ m/^<\/?(reverse|bold|underline|blink|dim)>$/s) {
Curses::UI::Common.pm Line 321
if ($token =~ m/^<(\/?)(reverse|bold|underline|blink|dim)>/s) {
I have worked around the problem by using <reverse> in place of <standout>
--
Lee T. Ayres, Senior Analyst
Interhack Corporation
http://web.interhack.com/ +1 312 981 8910