func (field *Field) Back() Chtype { return (Chtype)(C.field_back((*C.FIELD)(field))) }
// Background returns the field's background character attributes func (f *Field) Background() Char { return Char(C.field_back(f.field)) }
// Background returns the field's background character attributes func (f *Field) Background() Char { return Char(C.field_back((*C.FIELD)(f))) }
func (f *Field) Back() int { return int(C.field_back(f.field)) }