// Foreground gets the attributes of highlighted items in the menu func (m *Menu) Foreground() int { return int(C.menu_fore(m.menu)) }
func (menu *Menu) Fore() Chtype { return Chtype(C.menu_fore((*C.MENU)(menu))) }
func (menu *Menu) Foreground() int { return int(C.menu_fore((*C.MENU)(menu))) }