I know I can select a given section with:
SectionSetFlags ${MySection} ${SF_SELECTED}But how do I use SetSectionFlags to UNSELECT a section?As there is no according flag (at least I haven't found one), I assume that I need to bitwise manipulate the flags value in order to unset the "selected" bit. Right so far? What is the according syntax?