diff options
author | Miles Bader <miles@gnu.org> | 1996-10-04 21:34:55 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-10-04 21:34:55 +0000 |
commit | 5e41ebe25b2058d80c55e1dd7995ba8206612944 (patch) | |
tree | b052b633104b0277dbb9df29359f1d44e4d3b0ad /term | |
parent | b5f5b1d1a87b566e4e5629bfc2b5fd8c2224acaa (diff) |
(pty_open_hook): Re-initialize EXTERNAL_PROCESSING too.
Diffstat (limited to 'term')
-rw-r--r-- | term/ptyio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/term/ptyio.c b/term/ptyio.c index 4cc8916f..e406bf3b 100644 --- a/term/ptyio.c +++ b/term/ptyio.c @@ -80,6 +80,9 @@ pty_open_hook (struct trivfs_control *cntl, } ptyopen = 1; + + /* Re-initialize pty state. */ + external_processing = 0; packet_mode = 0; user_ioctl_mode = 0; control_byte = 0; |