Home
last modified time | relevance | path

Searched refs:WINDOW_SILENCE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dalerts.c48 alerts_queue(w, WINDOW_SILENCE); in alerts_timer()
122 if (flags & WINDOW_SILENCE) { in alerts_enabled()
146 w->flags &= ~WINDOW_SILENCE; in alerts_reset()
262 if (~w->flags & WINDOW_SILENCE) in alerts_check_silence()
289 return (WINDOW_SILENCE); in alerts_check_silence()
Dtmux.h1226 #define WINDOW_SILENCE 0x4 macro
1230 #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)