Searched refs:CLIENT_READONLY (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dcmd-switch-client.c78 if (tc->flags & CLIENT_READONLY)
79 tc->flags &= ~(CLIENT_READONLY|CLIENT_IGNORESIZE);
81 tc->flags |= (CLIENT_READONLY|CLIENT_IGNORESIZE);
H A Dserver-acl.c136 c->flags &= ~CLIENT_READONLY;
155 c->flags |= CLIENT_READONLY;
177 c->flags |= CLIENT_READONLY;
H A Dcmd-attach-session.c110 c->flags |= (CLIENT_READONLY|CLIENT_IGNORESIZE);
H A Dkey-bindings.c672 if (c == NULL || (~c->flags & CLIENT_READONLY))
H A Dtmux.h1802 #define CLIENT_READONLY 0x800 macro

Completed in 95 milliseconds