Home
last modified time | relevance | path

Searched refs:WINDOW_ACTIVITY (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/tmate/tmate-2.4.0/
H A Dalerts.c87 if (flags & WINDOW_ACTIVITY) in alerts_run_hook()
121 if (flags & WINDOW_ACTIVITY) { in alerts_enabled()
160 if (w->flags & WINDOW_ACTIVITY) in alerts_queue()
228 w->flags &= ~WINDOW_ACTIVITY; in alerts_check_activity()
230 if (!(w->flags & WINDOW_ACTIVITY) || wl->flags & WINLINK_ACTIVITY) in alerts_check_activity()
250 return (WINDOW_ACTIVITY); in alerts_check_activity()
H A Dtmux.h955 #define WINDOW_ACTIVITY 0x2 macro
961 #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
H A Dwindow.c285 alerts_queue(w, WINDOW_ACTIVITY); in window_update_activity()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dalerts.c87 if (flags & WINDOW_ACTIVITY) in alerts_run_hook()
121 if (flags & WINDOW_ACTIVITY) { in alerts_enabled()
160 if (w->flags & WINDOW_ACTIVITY) in alerts_queue()
228 w->flags &= ~WINDOW_ACTIVITY; in alerts_check_activity()
230 if (!(w->flags & WINDOW_ACTIVITY) || wl->flags & WINLINK_ACTIVITY) in alerts_check_activity()
250 return (WINDOW_ACTIVITY); in alerts_check_activity()
H A Dtmux.h969 #define WINDOW_ACTIVITY 0x2 macro
975 #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
H A Dwindow.c285 alerts_queue(w, WINDOW_ACTIVITY); in window_update_activity()
/dports/sysutils/tmux23/tmux-2.3/
H A Dalerts.c87 if (flags & WINDOW_ACTIVITY) in alerts_run_hook()
121 if (flags & WINDOW_ACTIVITY) { in alerts_enabled()
160 if (w->flags & WINDOW_ACTIVITY) in alerts_queue()
228 w->flags &= ~WINDOW_ACTIVITY; in alerts_check_activity()
230 if (!(w->flags & WINDOW_ACTIVITY) || wl->flags & WINLINK_ACTIVITY) in alerts_check_activity()
250 return (WINDOW_ACTIVITY); in alerts_check_activity()
H A Dtmux.h961 #define WINDOW_ACTIVITY 0x2 macro
968 #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
H A Dwindow.c288 alerts_queue(w, WINDOW_ACTIVITY); in window_update_activity()
/dports/sysutils/tmux/tmux-3.2a/
H A Dalerts.c118 if (flags & WINDOW_ACTIVITY) { in alerts_enabled()
226 if (~w->flags & WINDOW_ACTIVITY) in alerts_check_activity()
253 return (WINDOW_ACTIVITY); in alerts_check_activity()
H A Dtmux.h1075 #define WINDOW_ACTIVITY 0x2 macro
1080 #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
H A Dwindow.c294 alerts_queue(w, WINDOW_ACTIVITY); in window_update_activity()