Make more attributes public
@behdad
Submitted by Behdad Esfahbod Link to original bug (#499895)
Description
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...