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