|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 404 (0x194) Types: TextFile Names: »tty.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/vn/tty.h«
/* ** vn news reader. ** ** tty.h - codes for tty_set and term_set ** ** see copyright disclaimer / history in vn.c source file */ #define MOVE 100 #define ERASE 101 #define START 102 #define STOP 103 #define RUBSEQ 104 #define ZAP 105 #define ONREVERSE 106 #define OFFREVERSE 107 #define RESTART 108 #define RAWMODE 200 #define COOKED 201 #define SAVEMODE 202 #define RESTORE 203 #define BACKSTOP 204