HomeSort by: relevance | last modified time | path
    Searched defs:borders (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tmux/dist/
screen-redraw.c 153 * Left/right borders. The wp->sy / 2 test is to colour only half the
182 /* Top/bottom borders. */
257 int borders = 0; local
268 * top, and bottom (bit 1) of this cell are borders.
275 borders |= 8;
277 borders |= 4;
281 borders |= 2;
283 borders |= 1;
287 borders |= 2;
290 borders |= 1
    [all...]

Completed in 16 milliseconds