*** empty log message ***

This commit is contained in:
bdc 1995-11-01 19:42:35 +00:00
parent f9436a7dbf
commit d30d0480f7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
(define num-ttychars 16)
;;; 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;