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

  /src/external/bsd/tmux/dist/
menu.c 275 c->flags |= CLIENT_REDRAWOVERLAY;
288 c->flags |= CLIENT_REDRAWOVERLAY;
313 c->flags |= CLIENT_REDRAWOVERLAY;
336 c->flags |= CLIENT_REDRAWOVERLAY;
354 c->flags |= CLIENT_REDRAWOVERLAY;
376 c->flags |= CLIENT_REDRAWOVERLAY;
386 c->flags |= CLIENT_REDRAWOVERLAY;
396 c->flags |= CLIENT_REDRAWOVERLAY;
popup.c 106 pd->c->flags |= CLIENT_REDRAWOVERLAY;
116 if (pd->c->flags & CLIENT_REDRAWOVERLAY)
586 c->flags |= CLIENT_REDRAWOVERLAY;
screen-redraw.c 591 flags |= CLIENT_REDRAWOVERLAY;
677 if (c->overlay_draw != NULL && (flags & CLIENT_REDRAWOVERLAY)) {
tmux.h 2005 #define CLIENT_REDRAWOVERLAY 0x2000000
2025 CLIENT_REDRAWOVERLAY| \
server-client.c 3140 (c->flags & CLIENT_REDRAWOVERLAY) ? " overlay" : "",

Completed in 65 milliseconds