num-ttychars (value of NCCS) seems to be 32 not 19.

This fixes #505155.
This commit is contained in:
mainzelm 2002-01-24 08:18:43 +00:00
parent 665928fed1
commit 4ba631031d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
(define ttychar/status #f) ; ^t icanon
;;; Length of control-char string -- *Not Exported*
(define num-ttychars 19)
(define num-ttychars 32)
;;; Magic "disable feature" tty character
(define disable-tty-char (ascii->char #x00)) ; _POSIX_VDISABLE