|
|
1.1 root 1: #define INCH 240
2: /*
3: HP 2631 Line Printer with col-only reverse line feed - in expanded mode
4: nroff driving tables
5: width and code tables
6: */
7:
8: struct termtable t2631e = {
9: /*bset*/ 0,
10: /*breset*/ 0,
11: /*Hor*/ INCH/5,
12: /*Vert*/ INCH/6,
13: /*Newline*/ INCH/6,
14: /*Char*/ INCH/5,
15: /*Em*/ INCH/5,
16: /*Halfline*/ INCH/12,
17: /*Adj*/ INCH/5,
18: /*twinit*/ "\033&k1S",
19: /*twrest*/ "\033E",
20: /*twnl*/ "\n",
21: /*hlr*/ "",
22: /*hlf*/ "",
23: /*flr*/ "\0337",
24: /*bdon*/ "",
25: /*bdoff*/ "",
26: /*iton*/ "",
27: /*itoff*/ "",
28: /*ploton*/ "",
29: /*plotoff*/ "",
30: /*up*/ "",
31: /*down*/ "",
32: /*right*/ "",
33: /*left*/ "",
34: /*codetab*/
35: #include "code.lp"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.