O_SHOWDESC
if ((menu->opt & O_SHOWDESC) && (menu->desclen > 0))
if (opts & O_SHOWDESC) /* this also changes the geometry */
if ((menu->opt & O_SHOWDESC) && menu->desclen > 0)
O_SHOWDESC | \