GNOME Bugzilla – Bug 708195
attributes not drawn on graphic characters
Last modified: 2014-11-22 12:15:46 UTC
As identified in bug 707221, the graphic characters are missing the attributes.
This is really not an important issue, but soon it'll be the last missing bit from passing vttest's first two tests (apart from blinking which we won't support). I think the special handling of these chars should be moved to lower level where the actual glyphs are drawn, that is, vtedraw.c:_vte_draw_text_internal().
Created attachment 281794 [details] [review] Fix This is what I had in mind. Please double check that I'm hooking up at the right place in _vte_draw_text_internal().
Looks about right to me.