Home
last modified time | relevance | path

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

/dports/sysutils/tmux23/tmux-2.3/
H A Dformat.c246 if (fj->job == NULL && ((ft->flags & FORMAT_FORCE) || fj->last != t)) { in format_job_get()
H A Dstatus.c506 ft = format_create(NULL, FORMAT_STATUS|FORMAT_FORCE); in status_replace()
H A Dtmux.h1604 #define FORMAT_FORCE 0x2 macro
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dformat.c246 if (fj->job == NULL && ((ft->flags & FORMAT_FORCE) || fj->last != t)) { in format_job_get()
H A Dstatus.c512 ft = format_create(NULL, FORMAT_STATUS|FORMAT_FORCE); in status_replace()
H A Dtmux.h1626 #define FORMAT_FORCE 0x2 macro
/dports/sysutils/tmate/tmate-2.4.0/
H A Dformat.c247 if (fj->job == NULL && ((ft->flags & FORMAT_FORCE) || fj->last != t)) { in format_job_get()
H A Dstatus.c511 ft = format_create(NULL, FORMAT_STATUS|FORMAT_FORCE); in status_replace()
H A Dtmux.h1603 #define FORMAT_FORCE 0x2 macro
/dports/sysutils/tmux/tmux-3.2a/
H A Dstatus.c354 flags |= FORMAT_FORCE; in status_redraw()
H A Dtmux.h1970 #define FORMAT_FORCE 0x2 macro
H A Dformat.c390 force = (ft->flags & FORMAT_FORCE); in format_job_get()