|
From: sfeam <sf...@us...> - 2015-01-09 01:40:12
|
On Wednesday, 07 January 2015 04:08:50 PM Philipp K. Janert wrote:
>
> I seem to have observed three minor bugs in gp5:
>
> 2) Enhanced text, key, and cairo
>
> set key title "{/:Bold Hello}"
> plot sin(x) t "World"
>
> I'd expect the title of the key to be bold,
> but the title entry for the curve to be
> normal weight. That's also what it does in
> wxt, but for any of the cairo terminals, all
> key entries are bold.
That odd, because wxt _is_ one of the cairo terminals.
It seems the specific bug is that the final curly bracket in
the key title doesn't take effect if it is the last character
in the string. The problem goes away if you add a blank,
or anything else, after the closing bracket.
That must be a big clue, but at the moment I don't
see where it points. Most of the code involved is
shared by all terminals, so why does the problem only
show up in a couple of them?
Ethan
|