Subj : Re: UIFC Issue
To   : Mlong
From : Mlong
Date : Mon Oct 12 2020 02:46 pm

Here's how I am dealing with this weirdness, if it gives you any hints as to
what is wrong in the source:

if (selection&MSK_GET) {
    // actually put ctrl-x
    selection ^= 0x50000000;
    uifc.msg("You pasted into index " + selection);
} else if (selection&MSK_PUT) {
    // actually get ctrl-v
    selection ^= MSK_PUT;
    uifc.msg("You copied from index " + selection);
}

---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net