diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-09-10 13:04:45 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-09-10 13:04:45 +0000 |
| commit | 60ce5bccf03417242de5f133d0a44ab0a45d4b1c (patch) | |
| tree | 97d25105ade72ef7eb2236673a7062ab2c0aa89b /gnu | |
| parent | 86ed6de3b2b76c0e2d0c3fa81994a750abd96e83 (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 |
