Changeset 5eb7da97 in rtems
- Timestamp:
- 04/01/99 16:20:03 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 517660f1
- Parents:
- 656dabf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/termios.c
r656dabf r5eb7da97 281 281 * Set default parameters 282 282 */ 283 tty->termios.c_iflag = BRKINT | ICRNL | I XON | IMAXBEL;283 tty->termios.c_iflag = BRKINT | ICRNL | IMAXBEL; 284 284 tty->termios.c_oflag = OPOST | ONLCR | XTABS; 285 285 tty->termios.c_cflag = B9600 | CS8 | CREAD; -
c/src/lib/libc/termios.c
r656dabf r5eb7da97 281 281 * Set default parameters 282 282 */ 283 tty->termios.c_iflag = BRKINT | ICRNL | I XON | IMAXBEL;283 tty->termios.c_iflag = BRKINT | ICRNL | IMAXBEL; 284 284 tty->termios.c_oflag = OPOST | ONLCR | XTABS; 285 285 tty->termios.c_cflag = B9600 | CS8 | CREAD; -
cpukit/libcsupport/src/termios.c
r656dabf r5eb7da97 281 281 * Set default parameters 282 282 */ 283 tty->termios.c_iflag = BRKINT | ICRNL | I XON | IMAXBEL;283 tty->termios.c_iflag = BRKINT | ICRNL | IMAXBEL; 284 284 tty->termios.c_oflag = OPOST | ONLCR | XTABS; 285 285 tty->termios.c_cflag = B9600 | CS8 | CREAD;
Note: See TracChangeset
for help on using the changeset viewer.