|
|
1.1 root 1: /* typewriter driving table structure*/
2: struct {
3: int bset;
4: int breset;
5: int Hor;
6: int Vert;
7: int Newline;
8: int Char;
9: int Em;
10: int Halfline;
11: int Adj;
12: char *twinit;
13: char *twrest;
14: char *twnl;
15: char *hlr;
16: char *hlf;
17: char *flr;
18: char *bdon;
19: char *bdoff;
20: char *iton;
21: char *itoff;
22: char *ploton;
23: char *plotoff;
24: char *up;
25: char *down;
26: char *right;
27: char *left;
28: char *codetab[256-32];
29: char *zzz;
30: } t;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.