Try to solve the problem of spurious EOF chars in long lines of text
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2010 02:07:48 +0000 (22:07 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2010 02:07:48 +0000 (22:07 -0400)
commit2b0a91e78f83fb446cc38efb99399e83ad2cded3
tree7f387f7fe5cba2a8889e8a4de9ec22686ff29c22
parent58b963f7f3d9d8e869408666608c05f3c69a5cb5
Try to solve the problem of spurious EOF chars in long lines of text
sent to interactive subprocesses.
* sysdep.c (child_setup_tty): Do not enable ICANON any more.
(system_process_attributes): Remove unused var `ttotal'.
* process.c (send_process): Don't bother breaking long line with EOF
chars when talking to ttys any more.
(wait_reading_process_output): Output a warning when called in such
a way that it could block without being interruptible.
src/ChangeLog
src/process.c
src/sysdep.c