[BACK]Return to ascii.h CVS log [TXT][DIR] Up to [local] / sys / dev / wscons

Annotation of sys/dev/wscons/ascii.h, Revision 1.1

1.1     ! nbrk        1: /* $OpenBSD: ascii.h,v 1.4 2000/05/16 23:49:09 mickey Exp $ */
        !             2: /* $NetBSD: ascii.h,v 1.3 1998/06/20 19:11:04 drochner Exp $ */
        !             3:
        !             4: #define ASCII_NUL      0x00            /* nul */
        !             5: #define ASCII_BEL      0x07            /* bell */
        !             6: #define ASCII_BS       0x08            /* backspace */
        !             7: #define ASCII_HT       0x09            /* horizontal tab */
        !             8: #define ASCII_LF       0x0a            /* line feed */
        !             9: #define ASCII_VT       0x0b            /* vertical tab */
        !            10: #define ASCII_FF       0x0c            /* form feed */
        !            11: #define ASCII_CR       0x0d            /* carriage return */
        !            12: #define ASCII_SO       0x0e            /* shift out */
        !            13: #define ASCII_SI       0x0f            /* shift in */
        !            14: #define ASCII_ESC      0x1b            /* escape */

CVSweb