Subject: | Wdiget -htmltext is broken |
I am trying to have a label that is all bold, with part of it reversed.
However Label does not seem to heed the htmltext attribute. The closest I
can come is the following, but the closing tag is shown as plain text.
$cui->add('status', 'Window', -y=>-1, -height=>1, -htmltext=>1)->
add('explain', 'Label', -reverse=>1, -bold=>1, -text=>
' H)elp I)nvert V)iew Q)uit S)ave </reverse> no reverse'.);
Note: It -htmltext=>1 on the Label add line does nothing either