HomeSort by: relevance | last modified time | path
    Searched refs:WINLINK_ACTIVITY (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tmux/dist/
alerts.c 235 if (wl->flags & WINLINK_ACTIVITY)
239 wl->flags |= WINLINK_ACTIVITY;
format.c 573 if (~alerted & wl->flags & WINLINK_ACTIVITY) {
575 alerted |= WINLINK_ACTIVITY;
609 if (wl->flags & WINLINK_ACTIVITY)
2343 if (ft->wl->flags & WINLINK_ACTIVITY)
2584 if (ft->wl->flags & WINLINK_ACTIVITY)
window.c 882 if (wl->flags & WINLINK_ACTIVITY) {
tmux.h 1320 #define WINLINK_ACTIVITY 0x2
1322 #define WINLINK_ALERTFLAGS (WINLINK_BELL|WINLINK_ACTIVITY|WINLINK_SILENCE)

Completed in 130 milliseconds