Setting the Marking Attribute

When the user is marking a region to be copied or cut to the clipboard, the region is displayed, by default, in the logical attribute LREVERSE. You can change the default marking attribute by using the set environment marking attribute function, se_markatt():

void se_markatt(UCHAR mark_att);

UCHAR mark_att;    /* Logical attribute to use to mark region        */


Home Contents Previous Next