Subject: | RO version hidden - doesn't handle 'off', font size correctly |
Date: | Thu, 28 Jun 2018 09:49:53 -0400 |
To: | bug-Tk-TextANSIColor [...] rt.cpan.org |
From: | tlhackque <tlhackque [...] yahoo.com> |
I was really happy to find that the distribution includes ROTextANSIColor.
But I had to read the source. The POD doesn't mention it, but should.
It's a shame that the capability is hidden from potential users.
I noticed two additional divots:
* The parser doesn't handle "\033[m" correctly; this is equivalent
to "\033[0m", but preferred (as it's shorter.) The control sequence
(uninterpreted) is displayed instead.
* When BOLD is selected, the widget's font size is not respected.
I have a window with Courier 10, but if I display bolded text, the
bolded part is about 50% larger.
Those aside, it's a very useful widget. Thanks!