Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dspawn.c144 sc->flags &= ~SPAWN_DETACHED; in spawn_window()
193 if (~sc->flags & SPAWN_DETACHED) in spawn_window()
466 if ((~sc->flags & SPAWN_DETACHED) || w->active == NULL) { in spawn_pane()
H A Dcmd-new-window.c125 sc.flags |= SPAWN_DETACHED; in cmd_new_window_exec()
H A Dcmd-split-window.c148 sc.flags |= SPAWN_DETACHED; in cmd_split_window_exec()
H A Dtmux.h2149 #define SPAWN_DETACHED 0x2 macro