Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dalerts.c272 if (wl->flags & WINLINK_SILENCE) in alerts_check_silence()
276 wl->flags |= WINLINK_SILENCE; in alerts_check_silence()
H A Dtmux.h1253 #define WINLINK_SILENCE 0x4 macro
1254 #define WINLINK_ALERTFLAGS (WINLINK_BELL|WINLINK_ACTIVITY|WINLINK_SILENCE)
H A Dwindow.c899 if (wl->flags & WINLINK_SILENCE) in window_printable_flags()
H A Dformat.c566 if (wl->flags & WINLINK_SILENCE) in format_cb_session_alerts()
2611 if (ft->wl->flags & WINLINK_SILENCE) in format_cb_window_silence_flag()