Annotation of 43BSD/contrib/icon/src/lib/ttyinit.icn, revision 1.1

1.1     ! root        1: #      TTYINIT(2)
        !             2: #
        !             3: #      Initialize terminal attributes
        !             4: #
        !             5: #      Stephen B. Wampler
        !             6: #
        !             7: #      Last modified 8/14/84
        !             8: #
        !             9: 
        !            10: global TANDEM, CBREAK, LCASE, ECHO, CRMOD, RAW          # tty commands
        !            11: global ODDP, EVENP
        !            12: 
        !            13: #  initialize globals for tty control
        !            14: #
        !            15: procedure ttyinit()
        !            16:    TANDEM       := 8r1
        !            17:    CBREAK       := 8r2
        !            18:    LCASE        := 8r4
        !            19:    ECHO         := 8r10
        !            20:    CRMOD        := 8r20
        !            21:    RAW          := 8r40
        !            22:    ODDP         := 8r100
        !            23:    EVENP        := 8r200
        !            24: end
        !            25: 

unix.superglobalmegacorp.com

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