Home
last modified time | relevance | path

Searched refs:CLIENT_STATUSFORCE (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dcmd-refresh-client.c324 tc->flags |= CLIENT_STATUSFORCE; in cmd_refresh_client_exec()
327 tc->flags |= CLIENT_STATUSFORCE; in cmd_refresh_client_exec()
H A Dstatus.c396 if (c->flags & CLIENT_STATUSFORCE) in status_redraw()
H A Dtmux.h1894 #define CLIENT_STATUSFORCE 0x80000 macro
H A Dserver-client.c3212 c->flags &= ~(CLIENT_ALLREDRAWFLAGS|CLIENT_STATUSFORCE); in server_client_check_redraw()