GNOME Bugzilla – Bug 499895
Make more attributes public
Last modified: 2021-06-10 13:53:31 UTC
Currently the public attributes are: struct _VteCharAttributes { long row, column; GdkColor fore, back; guint underline:1, strikethrough:1; }; We may want to make reverse, blink, half, and bold public too, though should be careful about bitfield packing...
Ditto for invisible.
This would be useful to implement whats requested in bug 441027 without changing vte. (Or it could just be implemented inside vte, of course.)
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vte/-/issues/1458.