ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.h
(Generate patch)

Comparing rxvt-unicode/src/init.h (file contents):
Revision 1.4 by pcg, Sat Jan 17 01:20:01 2004 UTC vs.
Revision 1.5 by pcg, Fri Feb 13 12:16:21 2004 UTC

53#else 53#else
54/* sgtty interface */ 54/* sgtty interface */
55 55
56# define SET_TTYMODE(fd,tt) \ 56# define SET_TTYMODE(fd,tt) \
57 tt->sg.sg_ispeed = tt->sg.sg_ospeed = BAUDRATE, \ 57 tt->sg.sg_ispeed = tt->sg.sg_ospeed = BAUDRATE, \
58 ioctl (fd, TIOCSETP, &(tt->sg)), \ 58 ioctl (fd, TIOCSETP, & (tt->sg)), \
59 ioctl (fd, TIOCSETC, &(tt->tc)), \ 59 ioctl (fd, TIOCSETC, & (tt->tc)), \
60 ioctl (fd, TIOCSLTC, &(tt->lc)), \ 60 ioctl (fd, TIOCSLTC, & (tt->lc)), \
61 ioctl (fd, TIOCSETD, &(tt->line)), \ 61 ioctl (fd, TIOCSETD, & (tt->line)), \
62 ioctl (fd, TIOCLSET, &(tt->local)) 62 ioctl (fd, TIOCLSET, & (tt->local))
63#endif /* HAVE_TERMIOS_H */ 63#endif /* HAVE_TERMIOS_H */
64 64
65/* use the fastest baud-rate */ 65/* use the fastest baud-rate */
66#ifdef B38400 66#ifdef B38400
67# define BAUDRATE B38400 67# define BAUDRATE B38400

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines