STDIN
{"st", PRO_SPECIAL, 0, STDIN, 0},
case STDIN:
close(STDIN); dup2(stdin_pipe[READ_PIPE], STDIN);
close(STDIN); open(_PATH_DEVNULL, 0);