solaris bug with set-tty-info
This commit is contained in:
parent
2deadc5f66
commit
78e07c9296
|
@ -210,6 +210,6 @@
|
||||||
;;; tcsetattr() constants
|
;;; tcsetattr() constants
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(define %set-tty-info/now 0) ; TCSANOW Make change immediately.
|
(define %set-tty-info/now 21518) ; TCSANOW Make change immediately.
|
||||||
(define %set-tty-info/drain 1) ; TCSADRAIN Drain output, then change.
|
(define %set-tty-info/drain 21519) ; TCSADRAIN Drain output, then change.
|
||||||
(define %set-tty-info/flush 2) ; TCSAFLUSH Drain output, flush input.
|
(define %set-tty-info/flush 21520) ; TCSAFLUSH Drain output, flush input.
|
||||||
|
|
Loading…
Reference in New Issue