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

  /xsrc/external/mit/xterm/dist/
util.c 705 if (screen->incopy < 0 && screen->scrolls == 0)
922 if (screen->incopy < 0 && screen->scrolls == 0)
2163 if (screen->incopy <= 0) {
2164 screen->incopy = 1;
2173 if (screen->incopy <= 0 && screen->scrolls > 0)
2176 screen->incopy = 0;
2179 screen->incopy = -1;
2203 if (screen->incopy && screen->scrolls == 0)
2205 screen->incopy = -1;
2329 if (!screen->incopy || event->type != Expose)
    [all...]
ptyx.h 2766 int incopy; /* 0 idle; 1 XCopyArea issued; member in struct:__anon65
charproc.c 9396 if (screen->incopy <= 0) {
9397 screen->incopy = 1;
9406 if (screen->incopy <= 0 && screen->scrolls > 0)
9409 screen->incopy = -1;
9411 screen->incopy = 0;
12615 screen->scrolls = screen->incopy = 0;

Completed in 39 milliseconds