Searched refs:terminal_type_ (Results 1 – 1 of 1) sorted by relevance
201 const std::string terminal_type_; member in __anon6c5891130110::Subprocess219 terminal_type_(terminal_type ? terminal_type : ""), in Subprocess()281 if (!terminal_type_.empty()) { in ForkAndExec()282 env["TERM"] = terminal_type_; in ForkAndExec()