HomeSort by: relevance | last modified time | path
    Searched refs:locator_events (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
button.c 788 !(screen->locator_events & LOC_BTNS_DN)) ||
790 !(screen->locator_events & LOC_BTNS_UP)))
887 screen->locator_events = 0;
928 screen->locator_events = 0;
ptyx.h 2556 unsigned locator_events; /* what events to report */ member in struct:__anon65
charproc.c 5346 screen->locator_events = 0;
5349 screen->locator_events |= LOC_BTNS_DN;
5352 UIntClr(screen->locator_events, LOC_BTNS_DN);
5355 screen->locator_events |= LOC_BTNS_UP;
5358 UIntClr(screen->locator_events, LOC_BTNS_UP);

Completed in 60 milliseconds