Add keyword arg PTY to CREATE-PROCESS
commit7fc27498c280da235d31f8176960a4e395994c6e
authorStelian Ionescu <sionescu@cddr.org>
Wed, 13 Jun 2012 15:47:46 +0000 (13 17:47 +0200)
committerStelian Ionescu <sionescu@cddr.org>
Wed, 13 Jun 2012 15:47:46 +0000 (13 17:47 +0200)
treecec6abd685758b50c5aea69305aa020cf9572ce8
parent18c67a513e43304bb526b257d67332c2fd3ecf26
Add keyword arg PTY to CREATE-PROCESS

It allows specifying that the sub-process must have a different
control TTY even if stdin/stdout/stderr are pipes.
Add slot PTY to class PROCESS to allow I/O in the latter case.
src/os/create-process-unix.lisp
src/os/pkgdcl.lisp