Home
last modified time | relevance | path

Searched refs:CLIENT_REDRAWOVERLAY (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dmenu.c275 c->flags |= CLIENT_REDRAWOVERLAY; in menu_key_cb()
288 c->flags |= CLIENT_REDRAWOVERLAY; in menu_key_cb()
312 c->flags |= CLIENT_REDRAWOVERLAY; in menu_key_cb()
335 c->flags |= CLIENT_REDRAWOVERLAY; in menu_key_cb()
353 c->flags |= CLIENT_REDRAWOVERLAY; in menu_key_cb()
375 c->flags |= CLIENT_REDRAWOVERLAY; in menu_key_cb()
385 c->flags |= CLIENT_REDRAWOVERLAY; in menu_key_cb()
395 c->flags |= CLIENT_REDRAWOVERLAY; in menu_key_cb()
H A Dpopup.c107 pd->c->flags |= CLIENT_REDRAWOVERLAY; in popup_redraw_cb()
117 if (pd->c->flags & CLIENT_REDRAWOVERLAY) in popup_set_client_cb()
582 c->flags |= CLIENT_REDRAWOVERLAY; in popup_key_cb()
H A Dscreen-redraw.c570 flags |= CLIENT_REDRAWOVERLAY; in screen_redraw_update()
656 if (c->overlay_draw != NULL && (flags & CLIENT_REDRAWOVERLAY)) { in screen_redraw_screen()
H A Dtmux.h1917 #define CLIENT_REDRAWOVERLAY 0x2000000 macro
1937 CLIENT_REDRAWOVERLAY| \
H A Dserver-client.c3121 (c->flags & CLIENT_REDRAWOVERLAY) ? " overlay" : "", in server_client_check_redraw()