Annotation of 40BSD/lib/libcurses/cr_ex.h, revision 1.1

1.1     ! root        1: /* Copyright (c) 1979 Regents of the University of California */
        !             2: 
        !             3: /*
        !             4:  * Character constants and bits
        !             5:  *
        !             6:  * The editor uses the QUOTE bit as a flag to pass on with characters
        !             7:  * e.g. to the putchar routine.  The editor never uses a simple char variable.
        !             8:  * Only arrays of and pointers to characters are used and parameters and
        !             9:  * registers are never declared character.
        !            10:  */
        !            11: # define       QUOTE   0200
        !            12: # define       TRIM    0177
        !            13: # define       CTRL(c) ('c' & 037)
        !            14: # define       NL      CTRL(j)
        !            15: # define       CR      CTRL(m)
        !            16: # define       DELETE  0177            /* See also ATTN, QUIT in ex_tune.h */
        !            17: # define       ESCAPE  033

unix.superglobalmegacorp.com

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