solaris bug with set-tty-info

This commit is contained in:
bdc 1996-10-02 01:17:07 +00:00
parent 2deadc5f66
commit 78e07c9296
1 changed files with 3 additions and 3 deletions

View File

@ -210,6 +210,6 @@
;;; tcsetattr() constants
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define %set-tty-info/now 0) ; TCSANOW Make change immediately.
(define %set-tty-info/drain 1) ; TCSADRAIN Drain output, then change.
(define %set-tty-info/flush 2) ; TCSAFLUSH Drain output, flush input.
(define %set-tty-info/now 21518) ; TCSANOW Make change immediately.
(define %set-tty-info/drain 21519) ; TCSADRAIN Drain output, then change.
(define %set-tty-info/flush 21520) ; TCSAFLUSH Drain output, flush input.