]> git.pld-linux.org Git - packages/texinfo.git/blob - texinfo-alpha-tioc.patch
- release 3 (2 for Ra)
[packages/texinfo.git] / texinfo-alpha-tioc.patch
1 --- texinfo-3.12f/info/terminal.c.gafton        Fri Mar 12 00:25:17 1999
2 +++ texinfo-3.12f/info/terminal.c       Fri Mar 12 00:31:04 1999
3 @@ -560,18 +560,7 @@
4    BC = tgetstr ("pc", &buffer);
5    PC = BC ? *BC : 0;
6  
7 -#if defined (TIOCGETP)
8 -  {
9 -    struct sgttyb sg;
10 -
11 -    if (ioctl (fileno (stdout), TIOCGETP, &sg) != -1)
12 -      ospeed = sg.sg_ospeed;
13 -    else
14 -      ospeed = B9600;
15 -  }
16 -#else
17    ospeed = B9600;
18 -#endif /* !TIOCGETP */
19  
20    term_cr = tgetstr ("cr", &buffer);
21    term_clreol = tgetstr ("ce", &buffer);
22 @@ -642,18 +631,6 @@
23  /*               How to Read Characters From the Terminal           */
24  /*                                                                  */
25  /* **************************************************************** */
26 -
27 -#if defined (TIOCGETC)
28 -/* A buffer containing the terminal interrupt characters upon entry
29 -   to Info. */
30 -struct tchars original_tchars;
31 -#endif
32 -
33 -#if defined (TIOCGLTC)
34 -/* A buffer containing the local terminal mode characters upon entry
35 -   to Info. */
36 -struct ltchars original_ltchars;
37 -#endif
38  
39  #if defined (HAVE_TERMIOS_H)
40  struct termios original_termios, ttybuff;
This page took 0.027065 seconds and 3 git commands to generate.