|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 4.0 ! 3: * Copyright (c) 1982, 1992 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: /* ! 7: * Coherent - default tty settings. ! 8: * used by sys/drv/tty.c, src/cmd0/getty.c, and src/cmd0/login.c ! 9: * to initialize terminal characteristics. ! 10: */ ! 11: #ifndef __SYS_DEFTTY_H__ ! 12: #define __SYS_DEFTTY_H__ ! 13: ! 14: #include <sys/ascii.h> ! 15: ! 16: #define DEF_SG_ISPEED B9600 ! 17: #define DEF_SG_OSPEED B9600 ! 18: #define DEF_SG_ERASE A_BS ! 19: #define DEF_SG_KILL A_NAK ! 20: #define DEF_SG_FLAGS CRMOD|ECHO|XTABS|CRT ! 21: #define DEF_T_INTRC A_ETX ! 22: #define DEF_T_QUITC A_FS ! 23: #define DEF_T_STARTC A_DC1 ! 24: #define DEF_T_STOPC A_DC3 ! 25: #define DEF_T_EOFC A_EOT ! 26: #define DEF_T_BRKC -1 ! 27: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.