diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-09-17 06:43:16 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-09-17 06:43:16 +0000 |
| commit | fffc65b2f2fc020e4f1141a28b89906a9f3e0453 (patch) | |
| tree | 0bc0d235f6c0951fee83a6be2b465772d2cfc545 /gnu | |
| parent | 530f55089a98afe37826bbe4969c1bc9d05c17e3 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/texinfo/info/terminal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/info/terminal.c b/gnu/usr.bin/texinfo/info/terminal.c index fcb3bb5f330a..3c92337ef946 100644 --- a/gnu/usr.bin/texinfo/info/terminal.c +++ b/gnu/usr.bin/texinfo/info/terminal.c @@ -725,6 +725,7 @@ terminal_prep_terminal () ttybuff.sg_flags |= CBREAK; ioctl (tty, TIOCSETN, &ttybuff); #endif /* !HAVE_TERMIO_H */ + terminal_begin_using_terminal(); } /* Restore the tty settings back to what they were before we started using |
