static VALUE rg_allow_bold_p(VALUE self) { return CBOOL2RVAL(vte_terminal_get_allow_bold(_SELF(self))); }
static VALUE term_get_allow_bold(VALUE self) { return CBOOL2RVAL(vte_terminal_get_allow_bold(RVAL2TERM(self))); }