Added TTY?, TTY-FILE-NAME, and CONTROL-TTY-FILE-NAME (aka isatty(),
ttyname(), and ctermid()). We are now 100% Posix.
This commit is contained in:
parent
912bf51c24
commit
4dc9707d7b
|
@ -977,6 +977,10 @@
|
||||||
open-control-tty
|
open-control-tty
|
||||||
set-tty-process-group
|
set-tty-process-group
|
||||||
tty-process-group
|
tty-process-group
|
||||||
|
|
||||||
|
tty?
|
||||||
|
tty-file-name
|
||||||
|
control-tty-file-name
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(define-interface signal-handler-interface
|
(define-interface signal-handler-interface
|
||||||
|
|
Loading…
Reference in New Issue