Searched refs:SPAWN_ZOOM (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/tmux/ | ||
| D | cmd-split-window.c | 150 sc.flags |= SPAWN_ZOOM; in cmd_split_window_exec() |
| D | spawn.c | 272 if (sc->flags & SPAWN_ZOOM) in spawn_pane() |
| D | tmux.h | 2155 #define SPAWN_ZOOM 0x80 macro |