num-ttychars (value of NCCS) seems to be 32 not 19.
This fixes #505155.
This commit is contained in:
parent
665928fed1
commit
4ba631031d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue