*** empty log message ***
This commit is contained in:
parent
f9436a7dbf
commit
d30d0480f7
|
@ -44,7 +44,7 @@
|
||||||
(define num-ttychars 16)
|
(define num-ttychars 16)
|
||||||
|
|
||||||
;;; Magic "disable feature" tty character
|
;;; Magic "disable feature" tty character
|
||||||
(define disable-tty-char (ascii->char #x00)) ; _POSIX_VDISABLE
|
(define disable-tty-char (ascii->char #xff)) ; _POSIX_VDISABLE
|
||||||
|
|
||||||
;;; Flags controllling input processing
|
;;; Flags controllling input processing
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in New Issue