|
|
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 DEFTTY_H
12: #define DEFTTY_H
13: #include <sys/ascii.h>
14:
15: #define DEF_SG_ISPEED B9600
16: #define DEF_SG_OSPEED B9600
17: #define DEF_SG_ERASE A_BS
18: #define DEF_SG_KILL A_NAK
19: #define DEF_SG_FLAGS CRMOD|ECHO|XTABS|CRT
20: #define DEF_T_INTRC A_ETX
21: #define DEF_T_QUITC A_FS
22: #define DEF_T_STARTC A_DC1
23: #define DEF_T_STOPC A_DC3
24: #define DEF_T_EOFC A_EOT
25: #define DEF_T_BRKC -1
26: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.