Annotation of coherent/d/bin/deftty.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Coherent - default tty settings.
                      3:  *     used by sys/drv/tty.c, src/cmd0/getty.c, and src/cmd0/login.c
                      4:  *     to initialize terminal characteristics.
                      5:  */
                      6: #ifndef DEFTTY_H
                      7: #define DEFTTY_H
                      8: #include <sys/chars.h>
                      9: 
                     10: #define DEF_SG_ISPEED  B9600
                     11: #define DEF_SG_OSPEED  B9600
                     12: #define        DEF_SG_ERASE    BS
                     13: #define        DEF_SG_KILL     CTRLU
                     14: #define        DEF_SG_FLAGS    EVENP|ODDP|CRMOD|ECHO|XTABS|CRT
                     15: #define        DEF_T_INTRC     CTRLC
                     16: #define        DEF_T_QUITC     FS
                     17: #define        DEF_T_STARTC    CTRLQ
                     18: #define        DEF_T_STOPC     CTRLS
                     19: #define        DEF_T_EOFC      CTRLD
                     20: #define        DEF_T_BRKC      -1
                     21: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.