Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/Pipes/
H A DUnixPipes.php25 private $ttyMode; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes
29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) argument
31 $this->ttyMode = $ttyMode;
68 if ($this->ttyMode) {