Research V7 development
[unix-history] / usr / src / cmd / troff / term / tab450-12.c
CommitLineData
f10d52e6
JO
1#define INCH 240
2/*
3DASI450
412 chars/inch, 6 lines/inch
5nroff driving tables
6width and code tables
7*/
8
9struct {
10 int bset;
11 int breset;
12 int Hor;
13 int Vert;
14 int Newline;
15 int Char;
16 int Em;
17 int Halfline;
18 int Adj;
19 char *twinit;
20 char *twrest;
21 char *twnl;
22 char *hlr;
23 char *hlf;
24 char *flr;
25 char *bdon;
26 char *bdoff;
27 char *ploton;
28 char *plotoff;
29 char *up;
30 char *down;
31 char *right;
32 char *left;
33 char *codetab[256-32];
34 int zzz;
35 } t {
36/*bset*/ 0,
37/*breset*/ 0177420,
38/*Hor*/ INCH/60,
39/*Vert*/ INCH/48,
40/*Newline*/ INCH/6,
41/*Char*/ INCH/12,
42/*Em*/ INCH/12,
43/*Halfline*/ INCH/12,
44/*Adj*/ INCH/12,
45/*twinit*/ "\0334\033\037\013",
46/*twrest*/ "\0334\033\037\015",
47/*twnl*/ "\015\n",
48/*hlr*/ "\033D",
49/*hlf*/ "\033U",
50/*flr*/ "\033\n",
51/*bdon*/ "",
52/*bdoff*/ "",
53/*ploton*/ "\0333",
54/*plotoff*/ "\0334",
55/*up*/ "\033\n",
56/*down*/ "\n",
57/*right*/ " ",
58/*left*/ "\b",
59/*codetab*/
60#include "code.300"