After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 499895 - Make more attributes public
Make more attributes public
Status: RESOLVED OBSOLETE
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on: 499944
Blocks: vte1.0
 
 
Reported: 2007-11-27 06:08 UTC by Behdad Esfahbod
Modified: 2021-06-10 13:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2007-11-27 06:08:33 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...
Comment 1 Behdad Esfahbod 2007-11-27 06:08:54 UTC
Ditto for invisible.
Comment 2 Joachim Breitner 2011-07-14 17:46:44 UTC
This would be useful to implement whats requested in bug 441027 without changing vte. (Or it could just be implemented inside vte, of course.)
Comment 3 GNOME Infrastructure Team 2021-06-10 13:53:31 UTC
-- 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.