DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T t

⟦84fb31461⟧ TextFile

    Length: 662 (0x296)
    Types: TextFile
    Names: »termtokens.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Rog-O-Matic/termtokens.h« 

TextFile

/*
 * termtokens.h: Rog-O-Matic XIV (CMU) Fri Dec 28 22:16:05 1984 - mlm
 * Copyright (C) 1985 by A. Appel, G. Jacobson, L. Hamey, and M. Mauldin
 *
 * Various tokens used by the screen reading package.
 */

# define BS_TOK ctrl('H')
# define CE_CHR ctrl('S')
# define CE_TOK -2
# define CL_CHR ctrl('L')
# define CL_TOK ctrl('L')
# define CM_CHR 'a'
# define CM_TOK -3
# define CR_TOK ctrl('M')
# define DO_CHR '<'
# define DO_TOK -4
# define ER_TOK -5
# define LF_TOK ctrl('J')
# define ND_CHR '='
# define ND_TOK -6
# define SE_CHR 'd'
# define SE_TOK -7
# define SO_CHR 'D'
# define SO_TOK -8
# define TA_TOK ctrl('I')
# define UP_CHR ';'
# define UP_TOK -9